Html Css Color HEX #284163 Catalina Blue

📋 copy color: '#284163'

red 40 ◦ green 65 ◦ blue 99

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

Shades of Catalina Blue #284163

Tints of Catalina Blue #284163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.53%

R = 19.61%
G = 31.86%
B = 48.53%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284163 (or 0x284163) is known color: Catalina Blue. HEX triplet: 28, 41 and 63. RGB value is (40,65,99). Sum of RGB (Red+Green+Blue) = 40+65+99=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #284163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284163 is #D7BE9C. Grayscale: #3D3D3D. Windows color (decimal): -14139037 or 6504744. OLE color: 6504744.

HSL color Cylindrical-coordinate representation of color #284163: hue angle of 214.58º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #284163 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 65 99 -
CMYK 0.60 0.34 0 0.61
HSL 214.58º 0.42% 0.27% -
HSV(B) 214.58º 0.6% 0.39% -
XYZ 5.02 5.13 12.53 -
YUV 61.4 149.22 112.74 -
System Red Green Blue C M Y K H S L
Decimal 40 65 99 0.60 0.34 0 0.61 214.58 0.42 0.27
Hex 28 41 63 3C 22 0 3D D7 2A 1B
Octal 50 101 143 74 42 0 75 327 52 33
Binary 101000 1000001 1100011 111100 100010 0 111101 11010111 101010 11011

Color Harmonies of #284163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284163

Black with #284163

Text Example


Text Example

White with #284163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284163; }

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

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

background-color css

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

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

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

border-color css

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

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

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