Html Css Color HEX #28375C Catalina Blue

📋 copy color: '#28375C'

red 40 ◦ green 55 ◦ blue 92

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

Shades of Catalina Blue #28375C

Tints of Catalina Blue #28375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 49.2%

R = 21.39%
G = 29.41%
B = 49.2%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28375C (or 0x28375C) is known color: Catalina Blue. HEX triplet: 28, 37 and 5C. RGB value is (40,55,92). Sum of RGB (Red+Green+Blue) = 40+55+92=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #28375C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28375C is #D7C8A3. Grayscale: #363636. Windows color (decimal): -14141604 or 6043432. OLE color: 6043432.

HSL color Cylindrical-coordinate representation of color #28375C: hue angle of 222.69º degrees, saturation: 0.39, 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 #28375C is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 55 92 -
CMYK 0.57 0.40 0 0.64
HSL 222.69º 0.39% 0.26% -
HSV(B) 222.69º 0.57% 0.36% -
XYZ 4.17 3.96 10.67 -
YUV 54.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 40 55 92 0.57 0.40 0 0.64 222.69 0.39 0.26
Hex 28 37 5C 39 28 0 40 DF 27 1A
Octal 50 67 134 71 50 0 100 337 47 32
Binary 101000 110111 1011100 111001 101000 0 1000000 11011111 100111 11010

Color Harmonies of #28375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28375C

Black with #28375C

Text Example


Text Example

White with #28375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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