Html Css Color HEX #28415D Catalina Blue

📋 copy color: '#28415D'

red 40 ◦ green 65 ◦ blue 93

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

Shades of Catalina Blue #28415D

Tints of Catalina Blue #28415D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 20.2%
G = 32.83%
B = 46.97%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28415D (or 0x28415D) is known color: Catalina Blue. HEX triplet: 28, 41 and 5D. RGB value is (40,65,93). Sum of RGB (Red+Green+Blue) = 40+65+93=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #28415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28415D is #D7BEA2. Grayscale: #3C3C3C. Windows color (decimal): -14139043 or 6111528. OLE color: 6111528.

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

Color convert

RGB 40 65 93 -
CMYK 0.57 0.30 0 0.64
HSL 211.7º 0.4% 0.26% -
HSV(B) 211.7º 0.57% 0.36% -
XYZ 4.74 5.02 11.08 -
YUV 60.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 40 65 93 0.57 0.30 0 0.64 211.7 0.4 0.26
Hex 28 41 5D 39 1E 0 40 D4 28 1A
Octal 50 101 135 71 36 0 100 324 50 32
Binary 101000 1000001 1011101 111001 11110 0 1000000 11010100 101000 11010

Color Harmonies of #28415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28415D

Black with #28415D

Text Example


Text Example

White with #28415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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