Html Css Color HEX #284263 Catalina Blue

📋 copy color: '#284263'

red 40 ◦ green 66 ◦ blue 99

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

Shades of Catalina Blue #284263

Tints of Catalina Blue #284263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

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

R = 19.51%
G = 32.2%
B = 48.29%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#284263 (or 0x284263) is known color: Catalina Blue. HEX triplet: 28, 42 and 63. RGB value is (40,66,99). Sum of RGB (Red+Green+Blue) = 40+66+99=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #284263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284263 is #D7BD9C. Grayscale: #3D3D3D. Windows color (decimal): -14138781 or 6505000. OLE color: 6505000.

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

Color convert

RGB 40 66 99 -
CMYK 0.60 0.33 0 0.61
HSL 213.56º 0.42% 0.27% -
HSV(B) 213.56º 0.6% 0.39% -
XYZ 5.08 5.25 12.55 -
YUV 61.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 40 66 99 0.60 0.33 0 0.61 213.56 0.42 0.27
Hex 28 42 63 3C 21 0 3D D6 2A 1B
Octal 50 102 143 74 41 0 75 326 52 33
Binary 101000 1000010 1100011 111100 100001 0 111101 11010110 101010 11011

Color Harmonies of #284263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284263

Black with #284263

Text Example


Text Example

White with #284263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284263; }

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

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

background-color css

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

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

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

border-color css

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

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

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