Html Css Color HEX #28415A Catalina Blue

📋 copy color: '#28415A'

red 40 ◦ green 65 ◦ blue 90

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

Shades of Catalina Blue #28415A

Tints of Catalina Blue #28415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 20.51%
G = 33.33%
B = 46.15%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#28415A (or 0x28415A) is known color: Catalina Blue. HEX triplet: 28, 41 and 5A. RGB value is (40,65,90). Sum of RGB (Red+Green+Blue) = 40+65+90=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #28415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28415A is #D7BEA5. Grayscale: #3C3C3C. Windows color (decimal): -14139046 or 5914920. OLE color: 5914920.

HSL color Cylindrical-coordinate representation of color #28415A: hue angle of 210º 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 #28415A is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 65 90 -
CMYK 0.56 0.28 0 0.65
HSL 210º 0.38% 0.25% -
HSV(B) 210º 0.56% 0.35% -
XYZ 4.61 4.97 10.39 -
YUV 60.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 40 65 90 0.56 0.28 0 0.65 210 0.38 0.25
Hex 28 41 5A 38 1C 0 41 D2 26 19
Octal 50 101 132 70 34 0 101 322 46 31
Binary 101000 1000001 1011010 111000 11100 0 1000001 11010010 100110 11001

Color Harmonies of #28415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28415A

Black with #28415A

Text Example


Text Example

White with #28415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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