Html Css Color HEX #28415E Catalina Blue

📋 copy color: '#28415E'

red 40 ◦ green 65 ◦ blue 94

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

Shades of Catalina Blue #28415E

Tints of Catalina Blue #28415E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 20.1%
G = 32.66%
B = 47.24%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28415E (or 0x28415E) is known color: Catalina Blue. HEX triplet: 28, 41 and 5E. RGB value is (40,65,94). Sum of RGB (Red+Green+Blue) = 40+65+94=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #28415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28415E is #D7BEA1. Grayscale: #3C3C3C. Windows color (decimal): -14139042 or 6177064. OLE color: 6177064.

HSL color Cylindrical-coordinate representation of color #28415E: hue angle of 212.22º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28415E is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 65 94 -
CMYK 0.57 0.31 0 0.63
HSL 212.22º 0.4% 0.26% -
HSV(B) 212.22º 0.57% 0.37% -
XYZ 4.79 5.04 11.31 -
YUV 60.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 40 65 94 0.57 0.31 0 0.63 212.22 0.4 0.26
Hex 28 41 5E 39 1F 0 3F D4 28 1A
Octal 50 101 136 71 37 0 77 324 50 32
Binary 101000 1000001 1011110 111001 11111 0 111111 11010100 101000 11010

Color Harmonies of #28415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28415E

Black with #28415E

Text Example


Text Example

White with #28415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28415E; }

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

 H1.HeaderClassName
 {
   color: #28415E;
 }
 .AnyTagClassName
 {
   color: #28415E;
 }
</style>

background-color css

<style>
 a { background-color: #28415E; }

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

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

border-color css

<style>
 span { border-color: #28415E; }

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

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