#0632E2

Color #0632E2 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0632E2

Tints of Persian Blue #0632E2

Color information

#0632E2 (or 0x0632E2) is unknown color: approx Persian Blue. HEX triplet: 06, 32 and E2. RGB value is (6,50,226). Sum of RGB (Red+Green+Blue) = 6+50+226=282 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.13% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 226 (88.67% from 255 or 80.14% from 282); Max value from RGB is 226 - color contains mainly: blue. Hex color #0632E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0632E2 is #F9CD1D. Grayscale: #383838. Windows color (decimal): -16370974 or 14823942. OLE color: 14823942.

HSL color Cylindrical-coordinate representation of color #0632E2: hue angle of 228º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0632E2 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB650226-
CMYK0.970.7800.11
HSL228º94.83%45.49%-
HSV(B)228º97.35%88.63%-
XYZ14.947.8172.67-
YUV56.91223.4291.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.13%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 226 (88.67% from 255) = 80.14%
R=2.13%
G=17.73%
B=80.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal6502260.970.7800.1122894.8345.49
Hex632E2614E0Be45f2d
Octal66234214111601334413755
Binary110110010111000101100001100111001011111001001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0632E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0632E2; }

 p { color: rgb(6,50,226); }

 H1.HeaderClassName
 {
   color: #0632E2;
 }
 .AnyTagClassName
 {
   color: #0632E2;
 }
</style>
background-color css

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

 a { background-color: rgb(6,50,226); }

 div.DivClassName
 {
   background-color: #0632E2;
 }
 .BgClassName
 {
   background-color: #0632E2;
 }
</style>
border-color css

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

 span { border-color: rgb(6,50,226); }

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