Html Css Color HEX #28395D Catalina Blue

📋 copy color: '#28395D'

red 40 ◦ green 57 ◦ blue 93

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

Shades of Catalina Blue #28395D

Tints of Catalina Blue #28395D

RGB

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

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

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

R = 21.05%
G = 30%
B = 48.95%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28395D (or 0x28395D) is known color: Catalina Blue. HEX triplet: 28, 39 and 5D. RGB value is (40,57,93). Sum of RGB (Red+Green+Blue) = 40+57+93=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #28395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28395D is #D7C6A2. Grayscale: #373737. Windows color (decimal): -14141091 or 6109480. OLE color: 6109480.

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

Color convert

RGB 40 57 93 -
CMYK 0.57 0.39 0 0.64
HSL 220.75º 0.4% 0.26% -
HSV(B) 220.75º 0.57% 0.36% -
XYZ 4.31 4.17 10.93 -
YUV 56.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 40 57 93 0.57 0.39 0 0.64 220.75 0.4 0.26
Hex 28 39 5D 39 27 0 40 DD 28 1A
Octal 50 71 135 71 47 0 100 335 50 32
Binary 101000 111001 1011101 111001 100111 0 1000000 11011101 101000 11010

Color Harmonies of #28395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28395D

Black with #28395D

Text Example


Text Example

White with #28395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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