Html Css Color HEX #2B425A Catalina Blue

📋 copy color: '#2B425A'

red 43 ◦ green 66 ◦ blue 90

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

Shades of Catalina Blue #2B425A

Tints of Catalina Blue #2B425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 45.23%

R = 21.61%
G = 33.17%
B = 45.23%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2B425A (or 0x2B425A) is known color: Catalina Blue. HEX triplet: 2B, 42 and 5A. RGB value is (43,66,90). Sum of RGB (Red+Green+Blue) = 43+66+90=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 90 - color contains mainly: blue. Hex color #2B425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B425A is #D4BDA5. Grayscale: #3D3D3D. Windows color (decimal): -13942182 or 5915179. OLE color: 5915179.

HSL color Cylindrical-coordinate representation of color #2B425A: hue angle of 210.64º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B425A is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 66 90 -
CMYK 0.52 0.27 0 0.65
HSL 210.64º 0.35% 0.26% -
HSV(B) 210.64º 0.52% 0.35% -
XYZ 4.79 5.15 10.41 -
YUV 61.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 43 66 90 0.52 0.27 0 0.65 210.64 0.35 0.26
Hex 2B 42 5A 34 1B 0 41 D3 23 1A
Octal 53 102 132 64 33 0 101 323 43 32
Binary 101011 1000010 1011010 110100 11011 0 1000001 11010011 100011 11010

Color Harmonies of #2B425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B425A

Black with #2B425A

Text Example


Text Example

White with #2B425A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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