Html Css Color HEX #000349 Sapphire

📋 copy color: '#000349'

red 0 ◦ green 3 ◦ blue 73

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

Shades of Sapphire #000349

Tints of Sapphire #000349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.95%

 BLUE value IS 73 (28.91% from 255) = 96.05%

R = 0%
G = 3.95%
B = 96.05%

CMYK

 C value IS 1

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#000349 (or 0x000349) is known color: Sapphire. HEX triplet: 00, 03 and 49. RGB value is (0,3,73). Sum of RGB (Red+Green+Blue) = 0+3+73=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 73 (28.91% from 255 or 96.05% from 76); Max value from RGB is 73 - color contains mainly: blue. Hex color #000349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000349 is #FFFCB6. Grayscale: #090909. Windows color (decimal): -16776375 or 4784896. OLE color: 4784896.

HSL color Cylindrical-coordinate representation of color #000349: hue angle of 237.53º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000349 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 3 73 -
CMYK 1 0.96 0 0.71
HSL 237.53º 1% 0.14% -
HSV(B) 237.53º 1% 0.29% -
XYZ 1.24 0.55 6.34 -
YUV 10.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 0 3 73 1 0.96 0 0.71 237.53 1 0.14
Hex 0 3 49 64 60 0 47 EE 64 E
Octal 0 3 111 144 140 0 107 356 144 16
Binary 0 11 1001001 1100100 1100000 0 1000111 11101110 1100100 1110

Color Harmonies of #000349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000349

Black with #000349

Text Example


Text Example

White with #000349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000349; }

 p { color: rgb(0,3,73); }

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

background-color css

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

 a { background-color: rgb(0,3,73); }

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

border-color css

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

 span { border-color: rgb(0,3,73); }

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