Html Css Color HEX #284063 Catalina Blue

📋 copy color: '#284063'

red 40 ◦ green 64 ◦ blue 99

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

Shades of Catalina Blue #284063

Tints of Catalina Blue #284063

RGB

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

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

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

R = 19.7%
G = 31.53%
B = 48.77%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284063 (or 0x284063) is known color: Catalina Blue. HEX triplet: 28, 40 and 63. RGB value is (40,64,99). Sum of RGB (Red+Green+Blue) = 40+64+99=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #284063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284063 is #D7BF9C. Grayscale: #3C3C3C. Windows color (decimal): -14139293 or 6504488. OLE color: 6504488.

HSL color Cylindrical-coordinate representation of color #284063: hue angle of 215.59º 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 #284063 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 64 99 -
CMYK 0.60 0.35 0 0.61
HSL 215.59º 0.42% 0.27% -
HSV(B) 215.59º 0.6% 0.39% -
XYZ 4.96 5.02 12.51 -
YUV 60.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 40 64 99 0.60 0.35 0 0.61 215.59 0.42 0.27
Hex 28 40 63 3C 23 0 3D D8 2A 1B
Octal 50 100 143 74 43 0 75 330 52 33
Binary 101000 1000000 1100011 111100 100011 0 111101 11011000 101010 11011

Color Harmonies of #284063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284063

Black with #284063

Text Example


Text Example

White with #284063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284063; }

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

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

background-color css

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

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

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

border-color css

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

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

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