Html Css Color HEX #28425D Catalina Blue

📋 copy color: '#28425D'

red 40 ◦ green 66 ◦ blue 93

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

Shades of Catalina Blue #28425D

Tints of Catalina Blue #28425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

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

R = 20.1%
G = 33.17%
B = 46.73%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28425D (or 0x28425D) is known color: Catalina Blue. HEX triplet: 28, 42 and 5D. RGB value is (40,66,93). Sum of RGB (Red+Green+Blue) = 40+66+93=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #28425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28425D is #D7BDA2. Grayscale: #3D3D3D. Windows color (decimal): -14138787 or 6111784. OLE color: 6111784.

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

Color convert

RGB 40 66 93 -
CMYK 0.57 0.29 0 0.64
HSL 210.57º 0.4% 0.26% -
HSV(B) 210.57º 0.57% 0.36% -
XYZ 4.8 5.14 11.09 -
YUV 61.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 40 66 93 0.57 0.29 0 0.64 210.57 0.4 0.26
Hex 28 42 5D 39 1D 0 40 D3 28 1A
Octal 50 102 135 71 35 0 100 323 50 32
Binary 101000 1000010 1011101 111001 11101 0 1000000 11010011 101000 11010

Color Harmonies of #28425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28425D

Black with #28425D

Text Example


Text Example

White with #28425D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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