Html Css Color HEX #2B425F Catalina Blue

📋 copy color: '#2B425F'

red 43 ◦ green 66 ◦ blue 95

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

Shades of Catalina Blue #2B425F

Tints of Catalina Blue #2B425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 21.08%
G = 32.35%
B = 46.57%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2B425F (or 0x2B425F) is known color: Catalina Blue. HEX triplet: 2B, 42 and 5F. RGB value is (43,66,95). Sum of RGB (Red+Green+Blue) = 43+66+95=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 95 - color contains mainly: blue. Hex color #2B425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B425F is #D4BDA0. Grayscale: #3E3E3E. Windows color (decimal): -13942177 or 6242859. OLE color: 6242859.

HSL color Cylindrical-coordinate representation of color #2B425F: hue angle of 213.46º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B425F is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 66 95 -
CMYK 0.55 0.31 0 0.63
HSL 213.46º 0.38% 0.27% -
HSV(B) 213.46º 0.55% 0.37% -
XYZ 5.01 5.24 11.57 -
YUV 62.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 43 66 95 0.55 0.31 0 0.63 213.46 0.38 0.27
Hex 2B 42 5F 37 1F 0 3F D5 26 1B
Octal 53 102 137 67 37 0 77 325 46 33
Binary 101011 1000010 1011111 110111 11111 0 111111 11010101 100110 11011

Color Harmonies of #2B425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B425F

Black with #2B425F

Text Example


Text Example

White with #2B425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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