Html Css Color HEX #28365B Catalina Blue

📋 copy color: '#28365B'

red 40 ◦ green 54 ◦ blue 91

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

Shades of Catalina Blue #28365B

Tints of Catalina Blue #28365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.19%

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

R = 21.62%
G = 29.19%
B = 49.19%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28365B (or 0x28365B) is known color: Catalina Blue. HEX triplet: 28, 36 and 5B. RGB value is (40,54,91). Sum of RGB (Red+Green+Blue) = 40+54+91=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #28365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365B is #D7C9A4. Grayscale: #353535. Windows color (decimal): -14141861 or 5977640. OLE color: 5977640.

HSL color Cylindrical-coordinate representation of color #28365B: hue angle of 223.53º 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 #28365B is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 54 91 -
CMYK 0.56 0.41 0 0.64
HSL 223.53º 0.39% 0.26% -
HSV(B) 223.53º 0.56% 0.36% -
XYZ 4.08 3.84 10.42 -
YUV 54.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 40 54 91 0.56 0.41 0 0.64 223.53 0.39 0.26
Hex 28 36 5B 38 29 0 40 E0 27 1A
Octal 50 66 133 70 51 0 100 340 47 32
Binary 101000 110110 1011011 111000 101001 0 1000000 11100000 100111 11010

Color Harmonies of #28365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28365B

Black with #28365B

Text Example


Text Example

White with #28365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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