Html Css Color HEX #28436C Catalina Blue

📋 copy color: '#28436C'

red 40 ◦ green 67 ◦ blue 108

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

Shades of Catalina Blue #28436C

Tints of Catalina Blue #28436C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 18.6%
G = 31.16%
B = 50.23%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28436C (or 0x28436C) is known color: Catalina Blue. HEX triplet: 28, 43 and 6C. RGB value is (40,67,108). Sum of RGB (Red+Green+Blue) = 40+67+108=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #28436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28436C is #D7BC93. Grayscale: #3F3F3F. Windows color (decimal): -14138516 or 7095080. OLE color: 7095080.

HSL color Cylindrical-coordinate representation of color #28436C: hue angle of 216.18º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28436C is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 67 108 -
CMYK 0.63 0.38 0 0.58
HSL 216.18º 0.46% 0.29% -
HSV(B) 216.18º 0.63% 0.42% -
XYZ 5.59 5.55 14.96 -
YUV 63.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 40 67 108 0.63 0.38 0 0.58 216.18 0.46 0.29
Hex 28 43 6C 3F 26 0 3A D8 2E 1D
Octal 50 103 154 77 46 0 72 330 56 35
Binary 101000 1000011 1101100 111111 100110 0 111010 11011000 101110 11101

Color Harmonies of #28436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28436C

Black with #28436C

Text Example


Text Example

White with #28436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28436C; }

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

 H1.HeaderClassName
 {
   color: #28436C;
 }
 .AnyTagClassName
 {
   color: #28436C;
 }
</style>

background-color css

<style>
 a { background-color: #28436C; }

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

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

border-color css

<style>
 span { border-color: #28436C; }

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

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