Html Css Color HEX #032265 Sapphire

📋 copy color: '#032265'

red 3 ◦ green 34 ◦ blue 101

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

Shades of Sapphire #032265

Tints of Sapphire #032265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 73.19%

R = 2.17%
G = 24.64%
B = 73.19%

CMYK

 C value IS 0.97

 M value IS 0.66

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#032265 (or 0x032265) is known color: Sapphire. HEX triplet: 03, 22 and 65. RGB value is (3,34,101). Sum of RGB (Red+Green+Blue) = 3+34+101=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 101 (39.84% from 255 or 73.19% from 138); Max value from RGB is 101 - color contains mainly: blue. Hex color #032265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032265 is #FCDD9A. Grayscale: #202020. Windows color (decimal): -16571803 or 6627843. OLE color: 6627843.

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

Color convert

RGB 3 34 101 -
CMYK 0.97 0.66 0 0.60
HSL 221.02º 0.94% 0.2% -
HSV(B) 221.02º 0.97% 0.4% -
XYZ 2.96 2.1 12.56 -
YUV 32.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 3 34 101 0.97 0.66 0 0.60 221.02 0.94 0.2
Hex 3 22 65 61 42 0 3C DD 5E 14
Octal 3 42 145 141 102 0 74 335 136 24
Binary 11 100010 1100101 1100001 1000010 0 111100 11011101 1011110 10100

Color Harmonies of #032265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032265

Black with #032265

Text Example


Text Example

White with #032265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032265; }

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

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

background-color css

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

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

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

border-color css

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

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

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