Html Css Color HEX #28395C Catalina Blue

📋 copy color: '#28395C'

red 40 ◦ green 57 ◦ blue 92

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

Shades of Catalina Blue #28395C

Tints of Catalina Blue #28395C

RGB

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

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

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

R = 21.16%
G = 30.16%
B = 48.68%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28395C (or 0x28395C) is known color: Catalina Blue. HEX triplet: 28, 39 and 5C. RGB value is (40,57,92). Sum of RGB (Red+Green+Blue) = 40+57+92=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #28395C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28395C is #D7C6A3. Grayscale: #373737. Windows color (decimal): -14141092 or 6043944. OLE color: 6043944.

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

Color convert

RGB 40 57 92 -
CMYK 0.57 0.38 0 0.64
HSL 220.38º 0.39% 0.26% -
HSV(B) 220.38º 0.57% 0.36% -
XYZ 4.27 4.15 10.7 -
YUV 55.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 40 57 92 0.57 0.38 0 0.64 220.38 0.39 0.26
Hex 28 39 5C 39 26 0 40 DC 27 1A
Octal 50 71 134 71 46 0 100 334 47 32
Binary 101000 111001 1011100 111001 100110 0 1000000 11011100 100111 11010

Color Harmonies of #28395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28395C

Black with #28395C

Text Example


Text Example

White with #28395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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