Html Css Color HEX #284162 Catalina Blue

📋 copy color: '#284162'

red 40 ◦ green 65 ◦ blue 98

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

Shades of Catalina Blue #284162

Tints of Catalina Blue #284162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 19.7%
G = 32.02%
B = 48.28%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284162 (or 0x284162) is known color: Catalina Blue. HEX triplet: 28, 41 and 62. RGB value is (40,65,98). Sum of RGB (Red+Green+Blue) = 40+65+98=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #284162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284162 is #D7BE9D. Grayscale: #3D3D3D. Windows color (decimal): -14139038 or 6439208. OLE color: 6439208.

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

Color convert

RGB 40 65 98 -
CMYK 0.59 0.34 0 0.62
HSL 214.14º 0.42% 0.27% -
HSV(B) 214.14º 0.59% 0.38% -
XYZ 4.97 5.11 12.28 -
YUV 61.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 40 65 98 0.59 0.34 0 0.62 214.14 0.42 0.27
Hex 28 41 62 3B 22 0 3E D6 2A 1B
Octal 50 101 142 73 42 0 76 326 52 33
Binary 101000 1000001 1100010 111011 100010 0 111110 11010110 101010 11011

Color Harmonies of #284162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284162

Black with #284162

Text Example


Text Example

White with #284162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284162; }

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

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

background-color css

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

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

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

border-color css

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

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

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