Html Css Color HEX #2B435B Catalina Blue

📋 copy color: '#2B435B'

red 43 ◦ green 67 ◦ blue 91

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

Shades of Catalina Blue #2B435B

Tints of Catalina Blue #2B435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 45.27%

R = 21.39%
G = 33.33%
B = 45.27%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2B435B (or 0x2B435B) is known color: Catalina Blue. HEX triplet: 2B, 43 and 5B. RGB value is (43,67,91). Sum of RGB (Red+Green+Blue) = 43+67+91=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 91 - color contains mainly: blue. Hex color #2B435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B435B is #D4BCA4. Grayscale: #3E3E3E. Windows color (decimal): -13941925 or 5980971. OLE color: 5980971.

HSL color Cylindrical-coordinate representation of color #2B435B: hue angle of 210º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B435B is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 67 91 -
CMYK 0.53 0.26 0 0.64
HSL 210º 0.36% 0.26% -
HSV(B) 210º 0.53% 0.36% -
XYZ 4.89 5.28 10.66 -
YUV 62.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 43 67 91 0.53 0.26 0 0.64 210 0.36 0.26
Hex 2B 43 5B 35 1A 0 40 D2 24 1A
Octal 53 103 133 65 32 0 100 322 44 32
Binary 101011 1000011 1011011 110101 11010 0 1000000 11010010 100100 11010

Color Harmonies of #2B435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B435B

Black with #2B435B

Text Example


Text Example

White with #2B435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,91); }

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

background-color css

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

 a { background-color: rgb(43,67,91); }

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

border-color css

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

 span { border-color: rgb(43,67,91); }

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