#27435F

Color #27435F Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #27435F

Tints of Catalina Blue #27435F

Color information

#27435F (or 0x27435F) is unknown color: approx Catalina Blue. HEX triplet: 27, 43 and 5F. RGB value is (39,67,95). Sum of RGB (Red+Green+Blue) = 39+67+95=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #27435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27435F is #D8BCA0. Grayscale: #3D3D3D. Windows color (decimal): -14204065 or 6243111. OLE color: 6243111.

HSL color Cylindrical-coordinate representation of color #27435F: hue angle of 210º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27435F is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB396795-
CMYK0.590.2900.63
HSL210º41.79%26.27%-
HSV(B)210º58.95%37.25%-
XYZ4.915.2711.59-
YUV61.82146.72111.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 67 (26.56% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=19.40%
G=33.33%
B=47.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3967950.590.2900.6321041.7926.27
Hex27435F3B1D03Fd22a1a
Octal4710313773350773225232
Binary100111100001110111111110111110101111111101001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27435F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27435F; }

 p { color: rgb(39,67,95); }

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

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

 a { background-color: rgb(39,67,95); }

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

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

 span { border-color: rgb(39,67,95); }

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