Html Css Color HEX #2F435C Catalina Blue

📋 copy color: '#2F435C'

red 47 ◦ green 67 ◦ blue 92

#2F435C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #2F435C

Tints of Catalina Blue #2F435C

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 value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F435C (or 0x2F435C) is known color: 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

RGB 47 67 92 -
CMYK 0.49 0.27 0 0.64
HSL 213.33º 0.32% 0.27% -
HSV(B) 213.33º 0.49% 0.36% -
XYZ 5.11 5.39 10.9 -
YUV 63.87 143.87 115.97 -
System Red Green Blue C M Y K H S L
Decimal 47 67 92 0.49 0.27 0 0.64 213.33 0.32 0.27
Hex 2F 43 5C 31 1B 0 40 D5 20 1B
Octal 57 103 134 61 33 0 100 325 40 33
Binary 101111 1000011 1011100 110001 11011 0 1000000 11010101 100000 11011

Color Harmonies of #2F435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F435C

Black with #2F435C

Text Example


Text Example

White with #2F435C

Text Example


Text Example

HTML Codes & Css Web 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>