Html Css Color HEX #28466E Catalina Blue

📋 copy color: '#28466E'

red 40 ◦ green 70 ◦ blue 110

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

Shades of Catalina Blue #28466E

Tints of Catalina Blue #28466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 18.18%
G = 31.82%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#28466E (or 0x28466E) is known color: Catalina Blue. HEX triplet: 28, 46 and 6E. RGB value is (40,70,110). Sum of RGB (Red+Green+Blue) = 40+70+110=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #28466E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466E is #D7B991. Grayscale: #414141. Windows color (decimal): -14137746 or 7226920. OLE color: 7226920.

HSL color Cylindrical-coordinate representation of color #28466E: hue angle of 214.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28466E is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 70 110 -
CMYK 0.64 0.36 0 0.57
HSL 214.29º 0.47% 0.29% -
HSV(B) 214.29º 0.64% 0.43% -
XYZ 5.88 5.96 15.59 -
YUV 65.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 40 70 110 0.64 0.36 0 0.57 214.29 0.47 0.29
Hex 28 46 6E 40 24 0 39 D6 2F 1D
Octal 50 106 156 100 44 0 71 326 57 35
Binary 101000 1000110 1101110 1000000 100100 0 111001 11010110 101111 11101

Color Harmonies of #28466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28466E

Black with #28466E

Text Example


Text Example

White with #28466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28466E; }

 p { color: rgb(40,70,110); }

 H1.HeaderClassName
 {
   color: #28466E;
 }
 .AnyTagClassName
 {
   color: #28466E;
 }
</style>

background-color css

<style>
 a { background-color: #28466E; }

 a { background-color: rgb(40,70,110); }

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

border-color css

<style>
 span { border-color: #28466E; }

 span { border-color: rgb(40,70,110); }

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