Html Css Color HEX #2B4769 Catalina Blue

📋 copy color: '#2B4769'

red 43 ◦ green 71 ◦ blue 105

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

Shades of Catalina Blue #2B4769

Tints of Catalina Blue #2B4769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.95%

R = 19.63%
G = 32.42%
B = 47.95%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B4769 (or 0x2B4769) is known color: Catalina Blue. HEX triplet: 2B, 47 and 69. RGB value is (43,71,105). Sum of RGB (Red+Green+Blue) = 43+71+105=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B4769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4769 is #D4B896. Grayscale: #424242. Windows color (decimal): -13940887 or 6899499. OLE color: 6899499.

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

Color convert

RGB 43 71 105 -
CMYK 0.59 0.32 0 0.59
HSL 212.9º 0.42% 0.29% -
HSV(B) 212.9º 0.59% 0.41% -
XYZ 5.8 6.04 14.22 -
YUV 66.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 43 71 105 0.59 0.32 0 0.59 212.9 0.42 0.29
Hex 2B 47 69 3B 20 0 3B D5 2A 1D
Octal 53 107 151 73 40 0 73 325 52 35
Binary 101011 1000111 1101001 111011 100000 0 111011 11010101 101010 11101

Color Harmonies of #2B4769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4769

Black with #2B4769

Text Example


Text Example

White with #2B4769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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