#0342D3

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

Shades of Persian Blue #0342D3

Tints of Persian Blue #0342D3

Color information

#0342D3 (or 0x0342D3) is unknown color: approx Persian Blue. HEX triplet: 03, 42 and D3. RGB value is (3,66,211). Sum of RGB (Red+Green+Blue) = 3+66+211=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 211 (82.81% from 255 or 75.36% from 280); Max value from RGB is 211 - color contains mainly: blue. Hex color #0342D3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0342D3 is #FCBD2C. Grayscale: #3F3F3F. Windows color (decimal): -16563501 or 13844995. OLE color: 13844995.

HSL color Cylindrical-coordinate representation of color #0342D3: hue angle of 221.83º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0342D3 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB366211-
CMYK0.990.6900.17
HSL221.83º97.2%41.96%-
HSV(B)221.83º98.58%82.75%-
XYZ13.748.6262.57-
YUV63.69211.1384.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 211 (82.81% from 255) = 75.36%
R=1.07%
G=23.57%
B=75.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3662110.990.6900.17221.8397.241.96
Hex342D36345011de612a
Octal310232314310502133614152
Binary1110000101101001111000111000101010001110111101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0342D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0342D3; }

 p { color: rgb(3,66,211); }

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

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

 a { background-color: rgb(3,66,211); }

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

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

 span { border-color: rgb(3,66,211); }

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