Html Css Color HEX #28365E Catalina Blue

📋 copy color: '#28365E'

red 40 ◦ green 54 ◦ blue 94

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

Shades of Catalina Blue #28365E

Tints of Catalina Blue #28365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

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

R = 21.28%
G = 28.72%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28365E (or 0x28365E) is known color: Catalina Blue. HEX triplet: 28, 36 and 5E. RGB value is (40,54,94). Sum of RGB (Red+Green+Blue) = 40+54+94=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #28365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365E is #D7C9A1. Grayscale: #363636. Windows color (decimal): -14141858 or 6174248. OLE color: 6174248.

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

Color convert

RGB 40 54 94 -
CMYK 0.57 0.43 0 0.63
HSL 224.44º 0.4% 0.26% -
HSV(B) 224.44º 0.57% 0.37% -
XYZ 4.21 3.9 11.12 -
YUV 54.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 40 54 94 0.57 0.43 0 0.63 224.44 0.4 0.26
Hex 28 36 5E 39 2B 0 3F E0 28 1A
Octal 50 66 136 71 53 0 77 340 50 32
Binary 101000 110110 1011110 111001 101011 0 111111 11100000 101000 11010

Color Harmonies of #28365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28365E

Black with #28365E

Text Example


Text Example

White with #28365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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