Html Css Color HEX #2D476B Catalina Blue

📋 copy color: '#2D476B'

red 45 ◦ green 71 ◦ blue 107

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

Shades of Catalina Blue #2D476B

Tints of Catalina Blue #2D476B

RGB

 RED value IS 45 (17.97% from 255) = 20.18%

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 20.18%
G = 31.84%
B = 47.98%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D476B (or 0x2D476B) is known color: Catalina Blue. HEX triplet: 2D, 47 and 6B. RGB value is (45,71,107). Sum of RGB (Red+Green+Blue) = 45+71+107=223 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.18% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D476B is #D2B894. Grayscale: #434343. Windows color (decimal): -13809813 or 7030573. OLE color: 7030573.

HSL color Cylindrical-coordinate representation of color #2D476B: hue angle of 214.84º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D476B is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 71 107 -
CMYK 0.58 0.34 0 0.58
HSL 214.84º 0.41% 0.3% -
HSV(B) 214.84º 0.58% 0.42% -
XYZ 5.99 6.13 14.78 -
YUV 67.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 45 71 107 0.58 0.34 0 0.58 214.84 0.41 0.3
Hex 2D 47 6B 3A 22 0 3A D7 29 1E
Octal 55 107 153 72 42 0 72 327 51 36
Binary 101101 1000111 1101011 111010 100010 0 111010 11010111 101001 11110

Color Harmonies of #2D476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D476B

Black with #2D476B

Text Example


Text Example

White with #2D476B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,71,107); }

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

background-color css

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

 a { background-color: rgb(45,71,107); }

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

border-color css

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

 span { border-color: rgb(45,71,107); }

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