Html Css Color HEX #032369 Sapphire

📋 copy color: '#032369'

red 3 ◦ green 35 ◦ blue 105

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

Shades of Sapphire #032369

Tints of Sapphire #032369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.48%

 BLUE value IS 105 (41.41% from 255) = 73.43%

R = 2.1%
G = 24.48%
B = 73.43%

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

#032369 (or 0x032369) is known color: Sapphire. HEX triplet: 03, 23 and 69. RGB value is (3,35,105). Sum of RGB (Red+Green+Blue) = 3+35+105=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #032369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032369 is #FCDC96. Grayscale: #212121. Windows color (decimal): -16571543 or 6890243. OLE color: 6890243.

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

Color convert

RGB 3 35 105 -
CMYK 0.97 0.67 0 0.59
HSL 221.18º 0.94% 0.21% -
HSV(B) 221.18º 0.97% 0.41% -
XYZ 3.19 2.24 13.63 -
YUV 33.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 3 35 105 0.97 0.67 0 0.59 221.18 0.94 0.21
Hex 3 23 69 61 43 0 3B DD 5E 15
Octal 3 43 151 141 103 0 73 335 136 25
Binary 11 100011 1101001 1100001 1000011 0 111011 11011101 1011110 10101

Color Harmonies of #032369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032369

Black with #032369

Text Example


Text Example

White with #032369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032369; }

 p { color: rgb(3,35,105); }

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

background-color css

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

 a { background-color: rgb(3,35,105); }

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

border-color css

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

 span { border-color: rgb(3,35,105); }

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