Html Css Color HEX #28375D Catalina Blue

📋 copy color: '#28375D'

red 40 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #28375D

Tints of Catalina Blue #28375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 21.28%
G = 29.26%
B = 49.47%

CMYK

 C value IS 0.57

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28375D (or 0x28375D) is known color: Catalina Blue. HEX triplet: 28, 37 and 5D. RGB value is (40,55,93). Sum of RGB (Red+Green+Blue) = 40+55+93=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #28375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375D is #D7C8A2. Grayscale: #363636. Windows color (decimal): -14141603 or 6108968. OLE color: 6108968.

HSL color Cylindrical-coordinate representation of color #28375D: hue angle of 223.02º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28375D is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 55 93 -
CMYK 0.57 0.41 0 0.64
HSL 223.02º 0.4% 0.26% -
HSV(B) 223.02º 0.57% 0.36% -
XYZ 4.22 3.97 10.9 -
YUV 54.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 40 55 93 0.57 0.41 0 0.64 223.02 0.4 0.26
Hex 28 37 5D 39 29 0 40 DF 28 1A
Octal 50 67 135 71 51 0 100 337 50 32
Binary 101000 110111 1011101 111001 101001 0 1000000 11011111 101000 11010

Color Harmonies of #28375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28375D

Black with #28375D

Text Example


Text Example

White with #28375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28375D; }

 p { color: rgb(40,55,93); }

 H1.HeaderClassName
 {
   color: #28375D;
 }
 .AnyTagClassName
 {
   color: #28375D;
 }
</style>

background-color css

<style>
 a { background-color: #28375D; }

 a { background-color: rgb(40,55,93); }

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

border-color css

<style>
 span { border-color: #28375D; }

 span { border-color: rgb(40,55,93); }

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