Html Css Color HEX #284160 Catalina Blue

📋 copy color: '#284160'

red 40 ◦ green 65 ◦ blue 96

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

Shades of Catalina Blue #284160

Tints of Catalina Blue #284160

RGB

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

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

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

R = 19.9%
G = 32.34%
B = 47.76%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284160 (or 0x284160) is known color: Catalina Blue. HEX triplet: 28, 41 and 60. RGB value is (40,65,96). Sum of RGB (Red+Green+Blue) = 40+65+96=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #284160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284160 is #D7BE9F. Grayscale: #3C3C3C. Windows color (decimal): -14139040 or 6308136. OLE color: 6308136.

HSL color Cylindrical-coordinate representation of color #284160: hue angle of 213.21º 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 #284160 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 65 96 -
CMYK 0.58 0.32 0 0.62
HSL 213.21º 0.41% 0.27% -
HSV(B) 213.21º 0.58% 0.38% -
XYZ 4.88 5.08 11.79 -
YUV 61.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 40 65 96 0.58 0.32 0 0.62 213.21 0.41 0.27
Hex 28 41 60 3A 20 0 3E D5 29 1B
Octal 50 101 140 72 40 0 76 325 51 33
Binary 101000 1000001 1100000 111010 100000 0 111110 11010101 101001 11011

Color Harmonies of #284160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284160

Black with #284160

Text Example


Text Example

White with #284160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284160; }

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

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

background-color css

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

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

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

border-color css

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

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

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