#2F435C

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

Shades of Catalina Blue #2F435C

Tints of Catalina Blue #2F435C

Color information

#2F435C (or 0x2F435C) is unknown color: approx Catalina Blue. HEX triplet: 2F, 43 and 5C. RGB value is (47,67,92). Sum of RGB (Red+Green+Blue) = 47+67+92=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #2F435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F435C is #D0BCA3. Grayscale: #3F3F3F. Windows color (decimal): -13679780 or 6046511. OLE color: 6046511.

HSL color Cylindrical-coordinate representation of color #2F435C: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F435C is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB476792-
CMYK0.490.2700.64
HSL213.33º32.37%27.25%-
HSV(B)213.33º48.91%36.08%-
XYZ5.115.3910.9-
YUV63.87143.87115.97-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.82%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=22.82%
G=32.52%
B=44.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4767920.490.2700.64213.3332.3727.25
Hex2F435C311B040d5201b
Octal57103134613301003254033
Binary1011111000011101110011000111011010000001101010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F435C; }

 p { color: rgb(47,67,92); }

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

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

 a { background-color: rgb(47,67,92); }

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

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

 span { border-color: rgb(47,67,92); }

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