Html Css Color HEX #284061 Catalina Blue

📋 copy color: '#284061'

red 40 ◦ green 64 ◦ blue 97

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

Shades of Catalina Blue #284061

Tints of Catalina Blue #284061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 48.26%

R = 19.9%
G = 31.84%
B = 48.26%

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

#284061 (or 0x284061) is known color: Catalina Blue. HEX triplet: 28, 40 and 61. RGB value is (40,64,97). Sum of RGB (Red+Green+Blue) = 40+64+97=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #284061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284061 is #D7BF9E. Grayscale: #3C3C3C. Windows color (decimal): -14139295 or 6373416. OLE color: 6373416.

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

Color convert

RGB 40 64 97 -
CMYK 0.59 0.34 0 0.62
HSL 214.74º 0.42% 0.27% -
HSV(B) 214.74º 0.59% 0.38% -
XYZ 4.87 4.98 12.01 -
YUV 60.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 40 64 97 0.59 0.34 0 0.62 214.74 0.42 0.27
Hex 28 40 61 3B 22 0 3E D7 2A 1B
Octal 50 100 141 73 42 0 76 327 52 33
Binary 101000 1000000 1100001 111011 100010 0 111110 11010111 101010 11011

Color Harmonies of #284061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284061

Black with #284061

Text Example


Text Example

White with #284061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284061; }

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

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

background-color css

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

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

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

border-color css

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

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

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