Html Css Color HEX #032268 Sapphire

📋 copy color: '#032268'

red 3 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #032268

Tints of Sapphire #032268

RGB

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

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

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

R = 2.13%
G = 24.11%
B = 73.76%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#032268 (or 0x032268) is known color: Sapphire. HEX triplet: 03, 22 and 68. RGB value is (3,34,104). Sum of RGB (Red+Green+Blue) = 3+34+104=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #032268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032268 is #FCDD97. Grayscale: #202020. Windows color (decimal): -16571800 or 6824451. OLE color: 6824451.

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

Color convert

RGB 3 34 104 -
CMYK 0.97 0.67 0 0.59
HSL 221.58º 0.94% 0.21% -
HSV(B) 221.58º 0.97% 0.41% -
XYZ 3.11 2.16 13.35 -
YUV 32.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 3 34 104 0.97 0.67 0 0.59 221.58 0.94 0.21
Hex 3 22 68 61 43 0 3B DE 5E 15
Octal 3 42 150 141 103 0 73 336 136 25
Binary 11 100010 1101000 1100001 1000011 0 111011 11011110 1011110 10101

Color Harmonies of #032268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032268

Black with #032268

Text Example


Text Example

White with #032268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032268; }

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

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

background-color css

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

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

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

border-color css

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

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

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