#000348

Color #000348 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #000348

Tints of Sapphire #000348

Color information

#000348 (or 0x000348) is unknown color: approx Sapphire. HEX triplet: 00, 03 and 48. RGB value is (0,3,72). Sum of RGB (Red+Green+Blue) = 0+3+72=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 72 (28.52% from 255 or 96% from 75); Max value from RGB is 72 - color contains mainly: blue. Hex color #000348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000348 is #FFFCB7. Grayscale: #090909. Windows color (decimal): -16776376 or 4719360. OLE color: 4719360.

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

Color convert

RGB0372-
CMYK10.9600.72
HSL237.5º100%14.12%-
HSV(B)237.5º100%28.24%-
XYZ1.20.536.17-
YUV9.97163.01120.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 72 (28.52% from 255) = 96%
R=0%
G=4%
B=96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal037210.9600.72237.510014.12
Hex03486460048ee64e
Octal03110144140011035614416
Binary011100100011001001100000010010001110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000348; }

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

 H1.HeaderClassName
 {
   color: #000348;
 }
 .AnyTagClassName
 {
   color: #000348;
 }
</style>
background-color css

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

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

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

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

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

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