Html Css Color HEX #2B4462 Catalina Blue

📋 copy color: '#2B4462'

red 43 ◦ green 68 ◦ blue 98

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

Shades of Catalina Blue #2B4462

Tints of Catalina Blue #2B4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 20.57%
G = 32.54%
B = 46.89%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B4462 (or 0x2B4462) is known color: Catalina Blue. HEX triplet: 2B, 44 and 62. RGB value is (43,68,98). Sum of RGB (Red+Green+Blue) = 43+68+98=209 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.57% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #2B4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4462 is #D4BB9D. Grayscale: #3F3F3F. Windows color (decimal): -13941662 or 6439979. OLE color: 6439979.

HSL color Cylindrical-coordinate representation of color #2B4462: hue angle of 212.73º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B4462 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 68 98 -
CMYK 0.56 0.31 0 0.62
HSL 212.73º 0.39% 0.28% -
HSV(B) 212.73º 0.56% 0.38% -
XYZ 5.27 5.53 12.34 -
YUV 63.95 147.22 113.06 -
System Red Green Blue C M Y K H S L
Decimal 43 68 98 0.56 0.31 0 0.62 212.73 0.39 0.28
Hex 2B 44 62 38 1F 0 3E D5 27 1C
Octal 53 104 142 70 37 0 76 325 47 34
Binary 101011 1000100 1100010 111000 11111 0 111110 11010101 100111 11100

Color Harmonies of #2B4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4462

Black with #2B4462

Text Example


Text Example

White with #2B4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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