Html Css Color HEX #2B4466 Catalina Blue

📋 copy color: '#2B4466'

red 43 ◦ green 68 ◦ blue 102

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

Shades of Catalina Blue #2B4466

Tints of Catalina Blue #2B4466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 20.19%
G = 31.92%
B = 47.89%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2B4466 (or 0x2B4466) is known color: Catalina Blue. HEX triplet: 2B, 44 and 66. RGB value is (43,68,102). Sum of RGB (Red+Green+Blue) = 43+68+102=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B4466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4466 is #D4BB99. Grayscale: #404040. Windows color (decimal): -13941658 or 6702123. OLE color: 6702123.

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

Color convert

RGB 43 68 102 -
CMYK 0.58 0.33 0 0.6
HSL 214.58º 0.41% 0.28% -
HSV(B) 214.58º 0.58% 0.4% -
XYZ 5.46 5.61 13.36 -
YUV 64.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 43 68 102 0.58 0.33 0 0.6 214.58 0.41 0.28
Hex 2B 44 66 3A 21 0 3C D7 29 1C
Octal 53 104 146 72 41 0 74 327 51 34
Binary 101011 1000100 1100110 111010 100001 0 111100 11010111 101001 11100

Color Harmonies of #2B4466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4466

Black with #2B4466

Text Example


Text Example

White with #2B4466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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