Html Css Color HEX #2B466A Catalina Blue

📋 copy color: '#2B466A'

red 43 ◦ green 70 ◦ blue 106

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

Shades of Catalina Blue #2B466A

Tints of Catalina Blue #2B466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 19.63%
G = 31.96%
B = 48.4%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B466A (or 0x2B466A) is known color: Catalina Blue. HEX triplet: 2B, 46 and 6A. RGB value is (43,70,106). Sum of RGB (Red+Green+Blue) = 43+70+106=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B466A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B466A is #D4B995. Grayscale: #414141. Windows color (decimal): -13941142 or 6964779. OLE color: 6964779.

HSL color Cylindrical-coordinate representation of color #2B466A: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B466A is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 70 106 -
CMYK 0.59 0.34 0 0.58
HSL 214.29º 0.42% 0.29% -
HSV(B) 214.29º 0.59% 0.42% -
XYZ 5.79 5.93 14.48 -
YUV 66.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 43 70 106 0.59 0.34 0 0.58 214.29 0.42 0.29
Hex 2B 46 6A 3B 22 0 3A D6 2A 1D
Octal 53 106 152 73 42 0 72 326 52 35
Binary 101011 1000110 1101010 111011 100010 0 111010 11010110 101010 11101

Color Harmonies of #2B466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B466A

Black with #2B466A

Text Example


Text Example

White with #2B466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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