Html Css Color HEX #28395E Catalina Blue

📋 copy color: '#28395E'

red 40 ◦ green 57 ◦ blue 94

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

Shades of Catalina Blue #28395E

Tints of Catalina Blue #28395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 20.94%
G = 29.84%
B = 49.21%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28395E (or 0x28395E) is known color: Catalina Blue. HEX triplet: 28, 39 and 5E. RGB value is (40,57,94). Sum of RGB (Red+Green+Blue) = 40+57+94=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 94 (37.11% from 255 or 49.21% from 191); Max value from RGB is 94 - color contains mainly: blue. Hex color #28395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28395E is #D7C6A1. Grayscale: #373737. Windows color (decimal): -14141090 or 6175016. OLE color: 6175016.

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

Color convert

RGB 40 57 94 -
CMYK 0.57 0.39 0 0.63
HSL 221.11º 0.4% 0.26% -
HSV(B) 221.11º 0.57% 0.37% -
XYZ 4.36 4.19 11.17 -
YUV 56.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 40 57 94 0.57 0.39 0 0.63 221.11 0.4 0.26
Hex 28 39 5E 39 27 0 3F DD 28 1A
Octal 50 71 136 71 47 0 77 335 50 32
Binary 101000 111001 1011110 111001 100111 0 111111 11011101 101000 11010

Color Harmonies of #28395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28395E

Black with #28395E

Text Example


Text Example

White with #28395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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