Html Css Color HEX #2B4667 Catalina Blue

📋 copy color: '#2B4667'

red 43 ◦ green 70 ◦ blue 103

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

Shades of Catalina Blue #2B4667

Tints of Catalina Blue #2B4667

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 103 (40.63% from 255) = 47.69%

R = 19.91%
G = 32.41%
B = 47.69%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B4667 (or 0x2B4667) is known color: Catalina Blue. HEX triplet: 2B, 46 and 67. RGB value is (43,70,103). Sum of RGB (Red+Green+Blue) = 43+70+103=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B4667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4667 is #D4B998. Grayscale: #414141. Windows color (decimal): -13941145 or 6768171. OLE color: 6768171.

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

Color convert

RGB 43 70 103 -
CMYK 0.58 0.32 0 0.60
HSL 213º 0.41% 0.29% -
HSV(B) 213º 0.58% 0.4% -
XYZ 5.63 5.87 13.67 -
YUV 65.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 43 70 103 0.58 0.32 0 0.60 213 0.41 0.29
Hex 2B 46 67 3A 20 0 3C D5 29 1D
Octal 53 106 147 72 40 0 74 325 51 35
Binary 101011 1000110 1100111 111010 100000 0 111100 11010101 101001 11101

Color Harmonies of #2B4667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4667

Black with #2B4667

Text Example


Text Example

White with #2B4667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,70,103); }

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

background-color css

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

 a { background-color: rgb(43,70,103); }

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

border-color css

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

 span { border-color: rgb(43,70,103); }

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