Html Css Color HEX #28405B Catalina Blue

📋 copy color: '#28405B'

red 40 ◦ green 64 ◦ blue 91

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

Shades of Catalina Blue #28405B

Tints of Catalina Blue #28405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

 BLUE value IS 91 (35.94% from 255) = 46.67%

R = 20.51%
G = 32.82%
B = 46.67%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28405B (or 0x28405B) is known color: Catalina Blue. HEX triplet: 28, 40 and 5B. RGB value is (40,64,91). Sum of RGB (Red+Green+Blue) = 40+64+91=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #28405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28405B is #D7BFA4. Grayscale: #3B3B3B. Windows color (decimal): -14139301 or 5980200. OLE color: 5980200.

HSL color Cylindrical-coordinate representation of color #28405B: hue angle of 211.76º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28405B is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 64 91 -
CMYK 0.56 0.30 0 0.64
HSL 211.76º 0.39% 0.26% -
HSV(B) 211.76º 0.56% 0.36% -
XYZ 4.6 4.87 10.6 -
YUV 59.9 145.55 113.8 -
System Red Green Blue C M Y K H S L
Decimal 40 64 91 0.56 0.30 0 0.64 211.76 0.39 0.26
Hex 28 40 5B 38 1E 0 40 D4 27 1A
Octal 50 100 133 70 36 0 100 324 47 32
Binary 101000 1000000 1011011 111000 11110 0 1000000 11010100 100111 11010

Color Harmonies of #28405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28405B

Black with #28405B

Text Example


Text Example

White with #28405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28405B; }

 p { color: rgb(40,64,91); }

 H1.HeaderClassName
 {
   color: #28405B;
 }
 .AnyTagClassName
 {
   color: #28405B;
 }
</style>

background-color css

<style>
 a { background-color: #28405B; }

 a { background-color: rgb(40,64,91); }

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

border-color css

<style>
 span { border-color: #28405B; }

 span { border-color: rgb(40,64,91); }

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