Html Css Color HEX #2B476A Catalina Blue

📋 copy color: '#2B476A'

red 43 ◦ green 71 ◦ blue 106

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

Shades of Catalina Blue #2B476A

Tints of Catalina Blue #2B476A

RGB

 RED value IS 43 (17.19% from 255) = 19.55%

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

 BLUE value IS 106 (41.8% from 255) = 48.18%

R = 19.55%
G = 32.27%
B = 48.18%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B476A (or 0x2B476A) is known color: Catalina Blue. HEX triplet: 2B, 47 and 6A. RGB value is (43,71,106). Sum of RGB (Red+Green+Blue) = 43+71+106=220 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.55% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B476A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B476A is #D4B895. Grayscale: #424242. Windows color (decimal): -13940886 or 6965035. OLE color: 6965035.

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

Color convert

RGB 43 71 106 -
CMYK 0.59 0.33 0 0.58
HSL 213.33º 0.42% 0.29% -
HSV(B) 213.33º 0.59% 0.42% -
XYZ 5.85 6.06 14.5 -
YUV 66.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 43 71 106 0.59 0.33 0 0.58 213.33 0.42 0.29
Hex 2B 47 6A 3B 21 0 3A D5 2A 1D
Octal 53 107 152 73 41 0 72 325 52 35
Binary 101011 1000111 1101010 111011 100001 0 111010 11010101 101010 11101

Color Harmonies of #2B476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B476A

Black with #2B476A

Text Example


Text Example

White with #2B476A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,106); }

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

background-color css

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

 a { background-color: rgb(43,71,106); }

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

border-color css

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

 span { border-color: rgb(43,71,106); }

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