Html Css Color HEX #28416B Catalina Blue

📋 copy color: '#28416B'

red 40 ◦ green 65 ◦ blue 107

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

Shades of Catalina Blue #28416B

Tints of Catalina Blue #28416B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 18.87%
G = 30.66%
B = 50.47%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28416B (or 0x28416B) is known color: Catalina Blue. HEX triplet: 28, 41 and 6B. RGB value is (40,65,107). Sum of RGB (Red+Green+Blue) = 40+65+107=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #28416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28416B is #D7BE94. Grayscale: #3E3E3E. Windows color (decimal): -14139029 or 7029032. OLE color: 7029032.

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

Color convert

RGB 40 65 107 -
CMYK 0.63 0.39 0 0.58
HSL 217.61º 0.46% 0.29% -
HSV(B) 217.61º 0.63% 0.42% -
XYZ 5.42 5.29 14.65 -
YUV 62.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 40 65 107 0.63 0.39 0 0.58 217.61 0.46 0.29
Hex 28 41 6B 3F 27 0 3A DA 2E 1D
Octal 50 101 153 77 47 0 72 332 56 35
Binary 101000 1000001 1101011 111111 100111 0 111010 11011010 101110 11101

Color Harmonies of #28416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28416B

Black with #28416B

Text Example


Text Example

White with #28416B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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