Html Css Color HEX #032B68 Sapphire

📋 copy color: '#032B68'

red 3 ◦ green 43 ◦ blue 104

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

Shades of Sapphire #032B68

Tints of Sapphire #032B68

RGB

 RED value IS 3 (1.56% from 255) = 2%

 GREEN value IS 43 (17.19% from 255) = 28.67%

 BLUE value IS 104 (41.02% from 255) = 69.33%

R = 2%
G = 28.67%
B = 69.33%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032B68 (or 0x032B68) is known color: Sapphire. HEX triplet: 03, 2B and 68. RGB value is (3,43,104). Sum of RGB (Red+Green+Blue) = 3+43+104=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 43 (17.19% from 255 or 28.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #032B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B68 is #FCD497. Grayscale: #252525. Windows color (decimal): -16569496 or 6826755. OLE color: 6826755.

HSL color Cylindrical-coordinate representation of color #032B68: hue angle of 216.24º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032B68 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 43 104 -
CMYK 0.97 0.59 0 0.59
HSL 216.24º 0.94% 0.21% -
HSV(B) 216.24º 0.97% 0.41% -
XYZ 3.4 2.75 13.45 -
YUV 37.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 3 43 104 0.97 0.59 0 0.59 216.24 0.94 0.21
Hex 3 2B 68 61 3B 0 3B D8 5E 15
Octal 3 53 150 141 73 0 73 330 136 25
Binary 11 101011 1101000 1100001 111011 0 111011 11011000 1011110 10101

Color Harmonies of #032B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B68

Black with #032B68

Text Example


Text Example

White with #032B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032B68; }

 p { color: rgb(3,43,104); }

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

background-color css

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

 a { background-color: rgb(3,43,104); }

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

border-color css

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

 span { border-color: rgb(3,43,104); }

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