Html Css Color HEX #28466C Catalina Blue

📋 copy color: '#28466C'

red 40 ◦ green 70 ◦ blue 108

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

Shades of Catalina Blue #28466C

Tints of Catalina Blue #28466C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 18.35%
G = 32.11%
B = 49.54%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28466C (or 0x28466C) is known color: Catalina Blue. HEX triplet: 28, 46 and 6C. RGB value is (40,70,108). Sum of RGB (Red+Green+Blue) = 40+70+108=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #28466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28466C is #D7B993. Grayscale: #414141. Windows color (decimal): -14137748 or 7095848. OLE color: 7095848.

HSL color Cylindrical-coordinate representation of color #28466C: hue angle of 213.53º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28466C is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 70 108 -
CMYK 0.63 0.35 0 0.58
HSL 213.53º 0.46% 0.29% -
HSV(B) 213.53º 0.63% 0.42% -
XYZ 5.77 5.91 15.02 -
YUV 65.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 40 70 108 0.63 0.35 0 0.58 213.53 0.46 0.29
Hex 28 46 6C 3F 23 0 3A D6 2E 1D
Octal 50 106 154 77 43 0 72 326 56 35
Binary 101000 1000110 1101100 111111 100011 0 111010 11010110 101110 11101

Color Harmonies of #28466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28466C

Black with #28466C

Text Example


Text Example

White with #28466C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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