Html Css Color HEX #284060 Catalina Blue

📋 copy color: '#284060'

red 40 ◦ green 64 ◦ blue 96

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

Shades of Catalina Blue #284060

Tints of Catalina Blue #284060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 20%
G = 32%
B = 48%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284060 (or 0x284060) is known color: Catalina Blue. HEX triplet: 28, 40 and 60. RGB value is (40,64,96). Sum of RGB (Red+Green+Blue) = 40+64+96=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #284060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284060 is #D7BF9F. Grayscale: #3C3C3C. Windows color (decimal): -14139296 or 6307880. OLE color: 6307880.

HSL color Cylindrical-coordinate representation of color #284060: hue angle of 214.29º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #284060 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 64 96 -
CMYK 0.58 0.33 0 0.62
HSL 214.29º 0.41% 0.27% -
HSV(B) 214.29º 0.58% 0.38% -
XYZ 4.82 4.96 11.77 -
YUV 60.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 40 64 96 0.58 0.33 0 0.62 214.29 0.41 0.27
Hex 28 40 60 3A 21 0 3E D6 29 1B
Octal 50 100 140 72 41 0 76 326 51 33
Binary 101000 1000000 1100000 111010 100001 0 111110 11010110 101001 11011

Color Harmonies of #284060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284060

Black with #284060

Text Example


Text Example

White with #284060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284060; }

 p { color: rgb(40,64,96); }

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

background-color css

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

 a { background-color: rgb(40,64,96); }

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

border-color css

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

 span { border-color: rgb(40,64,96); }

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