Html Css Color HEX #032467 Sapphire

📋 copy color: '#032467'

red 3 ◦ green 36 ◦ blue 103

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

Shades of Sapphire #032467

Tints of Sapphire #032467

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

 BLUE value IS 103 (40.63% from 255) = 72.54%

R = 2.11%
G = 25.35%
B = 72.54%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032467 (or 0x032467) is known color: Sapphire. HEX triplet: 03, 24 and 67. RGB value is (3,36,103). Sum of RGB (Red+Green+Blue) = 3+36+103=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #032467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032467 is #FCDB98. Grayscale: #212121. Windows color (decimal): -16571289 or 6759427. OLE color: 6759427.

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

Color convert

RGB 3 36 103 -
CMYK 0.97 0.65 0 0.60
HSL 220.2º 0.94% 0.21% -
HSV(B) 220.2º 0.97% 0.4% -
XYZ 3.12 2.26 13.1 -
YUV 33.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 3 36 103 0.97 0.65 0 0.60 220.2 0.94 0.21
Hex 3 24 67 61 41 0 3C DC 5E 15
Octal 3 44 147 141 101 0 74 334 136 25
Binary 11 100100 1100111 1100001 1000001 0 111100 11011100 1011110 10101

Color Harmonies of #032467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032467

Black with #032467

Text Example


Text Example

White with #032467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032467; }

 p { color: rgb(3,36,103); }

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

background-color css

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

 a { background-color: rgb(3,36,103); }

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

border-color css

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

 span { border-color: rgb(3,36,103); }

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