#275462

Color #275462 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #275462

Tints of Arapawa #275462

Color information

#275462 (or 0x275462) is unknown color: approx Arapawa. HEX triplet: 27, 54 and 62. RGB value is (39,84,98). Sum of RGB (Red+Green+Blue) = 39+84+98=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 98 - color contains mainly: blue. Hex color #275462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275462 is #D8AB9D. Grayscale: #484848. Windows color (decimal): -14199710 or 6444071. OLE color: 6444071.

HSL color Cylindrical-coordinate representation of color #275462: hue angle of 194.24º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #275462 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB398498-
CMYK0.600.1400.62
HSL194.24º43.07%26.86%-
HSV(B)194.24º60.2%38.43%-
XYZ6.217.6512.71-
YUV72.14142.59104.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 84 (33.20% from 255) = 38.01%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=17.65%
G=38.01%
B=44.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3984980.600.1400.62194.2443.0726.86
Hex2754623CE03Ec22b1b
Octal4712414274160763025333
Binary10011110101001100010111100111001111101100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275462; }

 p { color: rgb(39,84,98); }

 H1.HeaderClassName
 {
   color: #275462;
 }
 .AnyTagClassName
 {
   color: #275462;
 }
</style>
background-color css

<style>
 a { background-color: #275462; }

 a { background-color: rgb(39,84,98); }

 div.DivClassName
 {
   background-color: #275462;
 }
 .BgClassName
 {
   background-color: #275462;
 }
</style>
border-color css

<style>
 span { border-color: #275462; }

 span { border-color: rgb(39,84,98); }

 td.TdClassName
 {
   border-color: #275462;
 }
 .TagClassName
 {
   border-color: #275462;
 }
</style>