Html Css Color HEX #28435F Catalina Blue

📋 copy color: '#28435F'

red 40 ◦ green 67 ◦ blue 95

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

Shades of Catalina Blue #28435F

Tints of Catalina Blue #28435F

RGB

 RED value IS 40 (16.02% from 255) = 19.8%

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

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

R = 19.8%
G = 33.17%
B = 47.03%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28435F (or 0x28435F) is known color: Catalina Blue. HEX triplet: 28, 43 and 5F. RGB value is (40,67,95). Sum of RGB (Red+Green+Blue) = 40+67+95=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #28435F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28435F is #D7BCA0. Grayscale: #3D3D3D. Windows color (decimal): -14138529 or 6243112. OLE color: 6243112.

HSL color Cylindrical-coordinate representation of color #28435F: hue angle of 210.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28435F is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 67 95 -
CMYK 0.58 0.29 0 0.63
HSL 210.55º 0.41% 0.26% -
HSV(B) 210.55º 0.58% 0.37% -
XYZ 4.95 5.29 11.59 -
YUV 62.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 40 67 95 0.58 0.29 0 0.63 210.55 0.41 0.26
Hex 28 43 5F 3A 1D 0 3F D3 29 1A
Octal 50 103 137 72 35 0 77 323 51 32
Binary 101000 1000011 1011111 111010 11101 0 111111 11010011 101001 11010

Color Harmonies of #28435F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28435F

Black with #28435F

Text Example


Text Example

White with #28435F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28435F; }

 p { color: rgb(40,67,95); }

 H1.HeaderClassName
 {
   color: #28435F;
 }
 .AnyTagClassName
 {
   color: #28435F;
 }
</style>

background-color css

<style>
 a { background-color: #28435F; }

 a { background-color: rgb(40,67,95); }

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

border-color css

<style>
 span { border-color: #28435F; }

 span { border-color: rgb(40,67,95); }

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