Html Css Color HEX #2B4768 Catalina Blue

📋 copy color: '#2B4768'

red 43 ◦ green 71 ◦ blue 104

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

Shades of Catalina Blue #2B4768

Tints of Catalina Blue #2B4768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 19.72%
G = 32.57%
B = 47.71%

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

#2B4768 (or 0x2B4768) is known color: Catalina Blue. HEX triplet: 2B, 47 and 68. RGB value is (43,71,104). Sum of RGB (Red+Green+Blue) = 43+71+104=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B4768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4768 is #D4B897. Grayscale: #424242. Windows color (decimal): -13940888 or 6833963. OLE color: 6833963.

HSL color Cylindrical-coordinate representation of color #2B4768: hue angle of 212.46º degrees, saturation: 0.41, 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 #2B4768 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 71 104 -
CMYK 0.59 0.32 0 0.59
HSL 212.46º 0.41% 0.29% -
HSV(B) 212.46º 0.59% 0.41% -
XYZ 5.75 6.02 13.96 -
YUV 66.39 149.22 111.32 -
System Red Green Blue C M Y K H S L
Decimal 43 71 104 0.59 0.32 0 0.59 212.46 0.41 0.29
Hex 2B 47 68 3B 20 0 3B D4 29 1D
Octal 53 107 150 73 40 0 73 324 51 35
Binary 101011 1000111 1101000 111011 100000 0 111011 11010100 101001 11101

Color Harmonies of #2B4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4768

Black with #2B4768

Text Example


Text Example

White with #2B4768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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