Html Css Color HEX #032B67 Sapphire

📋 copy color: '#032B67'

red 3 ◦ green 43 ◦ blue 103

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

Shades of Sapphire #032B67

Tints of Sapphire #032B67

RGB

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

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

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

R = 2.01%
G = 28.86%
B = 69.13%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032B67 (or 0x032B67) is known color: Sapphire. HEX triplet: 03, 2B and 67. RGB value is (3,43,103). Sum of RGB (Red+Green+Blue) = 3+43+103=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #032B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B67 is #FCD498. Grayscale: #252525. Windows color (decimal): -16569497 or 6761219. OLE color: 6761219.

HSL color Cylindrical-coordinate representation of color #032B67: hue angle of 216º 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 #032B67 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 3 43 103 -
CMYK 0.97 0.58 0 0.60
HSL 216º 0.94% 0.21% -
HSV(B) 216º 0.97% 0.4% -
XYZ 3.35 2.73 13.18 -
YUV 37.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 3 43 103 0.97 0.58 0 0.60 216 0.94 0.21
Hex 3 2B 67 61 3A 0 3C D8 5E 15
Octal 3 53 147 141 72 0 74 330 136 25
Binary 11 101011 1100111 1100001 111010 0 111100 11011000 1011110 10101

Color Harmonies of #032B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B67

Black with #032B67

Text Example


Text Example

White with #032B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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