Html Css Color HEX #28365A Catalina Blue

📋 copy color: '#28365A'

red 40 ◦ green 54 ◦ blue 90

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

Shades of Catalina Blue #28365A

Tints of Catalina Blue #28365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.91%

R = 21.74%
G = 29.35%
B = 48.91%

CMYK

 C value IS 0.56

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28365A (or 0x28365A) is known color: Catalina Blue. HEX triplet: 28, 36 and 5A. RGB value is (40,54,90). Sum of RGB (Red+Green+Blue) = 40+54+90=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 54 (21.48% from 255 or 29.35% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #28365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28365A is #D7C9A5. Grayscale: #353535. Windows color (decimal): -14141862 or 5912104. OLE color: 5912104.

HSL color Cylindrical-coordinate representation of color #28365A: hue angle of 223.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28365A is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 54 90 -
CMYK 0.56 0.40 0 0.65
HSL 223.2º 0.38% 0.25% -
HSV(B) 223.2º 0.56% 0.35% -
XYZ 4.04 3.83 10.2 -
YUV 53.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 40 54 90 0.56 0.40 0 0.65 223.2 0.38 0.25
Hex 28 36 5A 38 28 0 41 DF 26 19
Octal 50 66 132 70 50 0 101 337 46 31
Binary 101000 110110 1011010 111000 101000 0 1000001 11011111 100110 11001

Color Harmonies of #28365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28365A

Black with #28365A

Text Example


Text Example

White with #28365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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