Html Css Color HEX #28416C Catalina Blue

📋 copy color: '#28416C'

red 40 ◦ green 65 ◦ blue 108

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

Shades of Catalina Blue #28416C

Tints of Catalina Blue #28416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 18.78%
G = 30.52%
B = 50.7%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28416C (or 0x28416C) is known color: Catalina Blue. HEX triplet: 28, 41 and 6C. RGB value is (40,65,108). Sum of RGB (Red+Green+Blue) = 40+65+108=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #28416C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28416C is #D7BE93. Grayscale: #3E3E3E. Windows color (decimal): -14139028 or 7094568. OLE color: 7094568.

HSL color Cylindrical-coordinate representation of color #28416C: hue angle of 217.94º 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 #28416C is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 65 108 -
CMYK 0.63 0.40 0 0.58
HSL 217.94º 0.46% 0.29% -
HSV(B) 217.94º 0.63% 0.42% -
XYZ 5.47 5.31 14.92 -
YUV 62.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 40 65 108 0.63 0.40 0 0.58 217.94 0.46 0.29
Hex 28 41 6C 3F 28 0 3A DA 2E 1D
Octal 50 101 154 77 50 0 72 332 56 35
Binary 101000 1000001 1101100 111111 101000 0 111010 11011010 101110 11101

Color Harmonies of #28416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28416C

Black with #28416C

Text Example


Text Example

White with #28416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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