Html Css Color HEX #28385D Catalina Blue

📋 copy color: '#28385D'

red 40 ◦ green 56 ◦ blue 93

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

Shades of Catalina Blue #28385D

Tints of Catalina Blue #28385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.63%

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

R = 21.16%
G = 29.63%
B = 49.21%

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

#28385D (or 0x28385D) is known color: Catalina Blue. HEX triplet: 28, 38 and 5D. RGB value is (40,56,93). Sum of RGB (Red+Green+Blue) = 40+56+93=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #28385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28385D is #D7C7A2. Grayscale: #373737. Windows color (decimal): -14141347 or 6109224. OLE color: 6109224.

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

Color convert

RGB 40 56 93 -
CMYK 0.57 0.40 0 0.64
HSL 221.89º 0.4% 0.26% -
HSV(B) 221.89º 0.57% 0.36% -
XYZ 4.27 4.07 10.92 -
YUV 55.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 40 56 93 0.57 0.40 0 0.64 221.89 0.4 0.26
Hex 28 38 5D 39 28 0 40 DE 28 1A
Octal 50 70 135 71 50 0 100 336 50 32
Binary 101000 111000 1011101 111001 101000 0 1000000 11011110 101000 11010

Color Harmonies of #28385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28385D

Black with #28385D

Text Example


Text Example

White with #28385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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