Html Css Color HEX #2B445D Catalina Blue

📋 copy color: '#2B445D'

red 43 ◦ green 68 ◦ blue 93

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

Shades of Catalina Blue #2B445D

Tints of Catalina Blue #2B445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 21.08%
G = 33.33%
B = 45.59%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B445D (or 0x2B445D) is known color: Catalina Blue. HEX triplet: 2B, 44 and 5D. RGB value is (43,68,93). Sum of RGB (Red+Green+Blue) = 43+68+93=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #2B445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B445D is #D4BBA2. Grayscale: #3F3F3F. Windows color (decimal): -13941667 or 6112299. OLE color: 6112299.

HSL color Cylindrical-coordinate representation of color #2B445D: hue angle of 210º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B445D is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 68 93 -
CMYK 0.54 0.27 0 0.64
HSL 210º 0.37% 0.27% -
HSV(B) 210º 0.54% 0.36% -
XYZ 5.04 5.44 11.14 -
YUV 63.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 43 68 93 0.54 0.27 0 0.64 210 0.37 0.27
Hex 2B 44 5D 36 1B 0 40 D2 25 1B
Octal 53 104 135 66 33 0 100 322 45 33
Binary 101011 1000100 1011101 110110 11011 0 1000000 11010010 100101 11011

Color Harmonies of #2B445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B445D

Black with #2B445D

Text Example


Text Example

White with #2B445D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,68,93); }

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

background-color css

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

 a { background-color: rgb(43,68,93); }

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

border-color css

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

 span { border-color: rgb(43,68,93); }

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