Html Css Color HEX #2B426A Catalina Blue

📋 copy color: '#2B426A'

red 43 ◦ green 66 ◦ blue 106

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

Shades of Catalina Blue #2B426A

Tints of Catalina Blue #2B426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

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

R = 20%
G = 30.7%
B = 49.3%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B426A (or 0x2B426A) is known color: Catalina Blue. HEX triplet: 2B, 42 and 6A. RGB value is (43,66,106). Sum of RGB (Red+Green+Blue) = 43+66+106=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B426A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B426A is #D4BD95. Grayscale: #3F3F3F. Windows color (decimal): -13942166 or 6963755. OLE color: 6963755.

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

Color convert

RGB 43 66 106 -
CMYK 0.59 0.38 0 0.58
HSL 218.1º 0.42% 0.29% -
HSV(B) 218.1º 0.59% 0.42% -
XYZ 5.55 5.45 14.4 -
YUV 63.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 43 66 106 0.59 0.38 0 0.58 218.1 0.42 0.29
Hex 2B 42 6A 3B 26 0 3A DA 2A 1D
Octal 53 102 152 73 46 0 72 332 52 35
Binary 101011 1000010 1101010 111011 100110 0 111010 11011010 101010 11101

Color Harmonies of #2B426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B426A

Black with #2B426A

Text Example


Text Example

White with #2B426A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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