Html Css Color HEX #2F435B Catalina Blue

📋 copy color: '#2F435B'

red 47 ◦ green 67 ◦ blue 91

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

Shades of Catalina Blue #2F435B

Tints of Catalina Blue #2F435B

RGB

 RED value IS 47 (18.75% from 255) = 22.93%

 GREEN value IS 67 (26.56% from 255) = 32.68%

 BLUE value IS 91 (35.94% from 255) = 44.39%

R = 22.93%
G = 32.68%
B = 44.39%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2F435B (or 0x2F435B) is known color: Catalina Blue. HEX triplet: 2F, 43 and 5B. RGB value is (47,67,91). Sum of RGB (Red+Green+Blue) = 47+67+91=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #2F435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F435B is #D0BCA4. Grayscale: #3F3F3F. Windows color (decimal): -13679781 or 5980975. OLE color: 5980975.

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

Color convert

RGB 47 67 91 -
CMYK 0.48 0.26 0 0.64
HSL 212.73º 0.32% 0.27% -
HSV(B) 212.73º 0.48% 0.36% -
XYZ 5.07 5.37 10.67 -
YUV 63.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 47 67 91 0.48 0.26 0 0.64 212.73 0.32 0.27
Hex 2F 43 5B 30 1A 0 40 D5 20 1B
Octal 57 103 133 60 32 0 100 325 40 33
Binary 101111 1000011 1011011 110000 11010 0 1000000 11010101 100000 11011

Color Harmonies of #2F435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F435B

Black with #2F435B

Text Example


Text Example

White with #2F435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F435B;
 }
 .AnyTagClassName
 {
   color: #2F435B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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