Html Css Color HEX #002284 Smalt

📋 copy color: '#002284'

red 0 ◦ green 34 ◦ blue 132

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

Shades of Smalt #002284

Tints of Smalt #002284

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 34 (13.67% from 255) = 20.48%

 BLUE value IS 132 (51.95% from 255) = 79.52%

R = 0%
G = 20.48%
B = 79.52%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#002284 (or 0x002284) is known color: Smalt. HEX triplet: 00, 22 and 84. RGB value is (0,34,132). Sum of RGB (Red+Green+Blue) = 0+34+132=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #002284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #002284 is #FFDD7B. Grayscale: #222222. Windows color (decimal): -16768380 or 8659456. OLE color: 8659456.

HSL color Cylindrical-coordinate representation of color #002284: hue angle of 224.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002284 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 34 132 -
CMYK 1 0.74 0 0.48
HSL 224.55º 1% 0.26% -
HSV(B) 224.55º 1% 0.52% -
XYZ 4.74 2.81 22.12 -
YUV 35.01 182.74 103.03 -
System Red Green Blue C M Y K H S L
Decimal 0 34 132 1 0.74 0 0.48 224.55 1 0.26
Hex 0 22 84 64 4A 0 30 E1 64 1A
Octal 0 42 204 144 112 0 60 341 144 32
Binary 0 100010 10000100 1100100 1001010 0 110000 11100001 1100100 11010

Color Harmonies of #002284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002284

Black with #002284

Text Example


Text Example

White with #002284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002284; }

 p { color: rgb(0,34,132); }

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

background-color css

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

 a { background-color: rgb(0,34,132); }

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

border-color css

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

 span { border-color: rgb(0,34,132); }

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