Html Css Color HEX #28415B Catalina Blue

📋 copy color: '#28415B'

red 40 ◦ green 65 ◦ blue 91

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

Shades of Catalina Blue #28415B

Tints of Catalina Blue #28415B

RGB

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

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

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

R = 20.41%
G = 33.16%
B = 46.43%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28415B (or 0x28415B) is known color: Catalina Blue. HEX triplet: 28, 41 and 5B. RGB value is (40,65,91). Sum of RGB (Red+Green+Blue) = 40+65+91=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 91 - color contains mainly: blue. Hex color #28415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28415B is #D7BEA4. Grayscale: #3C3C3C. Windows color (decimal): -14139045 or 5980456. OLE color: 5980456.

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

Color convert

RGB 40 65 91 -
CMYK 0.56 0.29 0 0.64
HSL 210.59º 0.39% 0.26% -
HSV(B) 210.59º 0.56% 0.36% -
XYZ 4.65 4.99 10.61 -
YUV 60.49 145.22 113.39 -
System Red Green Blue C M Y K H S L
Decimal 40 65 91 0.56 0.29 0 0.64 210.59 0.39 0.26
Hex 28 41 5B 38 1D 0 40 D3 27 1A
Octal 50 101 133 70 35 0 100 323 47 32
Binary 101000 1000001 1011011 111000 11101 0 1000000 11010011 100111 11010

Color Harmonies of #28415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28415B

Black with #28415B

Text Example


Text Example

White with #28415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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