Html Css Color HEX #2B4367 Catalina Blue

📋 copy color: '#2B4367'

red 43 ◦ green 67 ◦ blue 103

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

Shades of Catalina Blue #2B4367

Tints of Catalina Blue #2B4367

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 20.19%
G = 31.46%
B = 48.36%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2B4367 (or 0x2B4367) is known color: Catalina Blue. HEX triplet: 2B, 43 and 67. RGB value is (43,67,103). Sum of RGB (Red+Green+Blue) = 43+67+103=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B4367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4367 is #D4BC98. Grayscale: #3F3F3F. Windows color (decimal): -13941913 or 6767403. OLE color: 6767403.

HSL color Cylindrical-coordinate representation of color #2B4367: hue angle of 216º 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 #2B4367 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 67 103 -
CMYK 0.58 0.35 0 0.60
HSL 216º 0.41% 0.29% -
HSV(B) 216º 0.58% 0.4% -
XYZ 5.45 5.51 13.61 -
YUV 63.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 43 67 103 0.58 0.35 0 0.60 216 0.41 0.29
Hex 2B 43 67 3A 23 0 3C D8 29 1D
Octal 53 103 147 72 43 0 74 330 51 35
Binary 101011 1000011 1100111 111010 100011 0 111100 11011000 101001 11101

Color Harmonies of #2B4367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4367

Black with #2B4367

Text Example


Text Example

White with #2B4367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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