Html Css Color HEX #0340CE Persian Blue

📋 copy color: '#0340CE'

red 3 ◦ green 64 ◦ blue 206

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

Shades of Persian Blue #0340CE

Tints of Persian Blue #0340CE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 1.1%
G = 23.44%
B = 75.46%

CMYK

 C value IS 0.99

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0340CE (or 0x0340CE) is known color: Persian Blue. HEX triplet: 03, 40 and CE. RGB value is (3,64,206). Sum of RGB (Red+Green+Blue) = 3+64+206=273 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #0340CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0340CE is #FCBF31. Grayscale: #3D3D3D. Windows color (decimal): -16564018 or 13516803. OLE color: 13516803.

HSL color Cylindrical-coordinate representation of color #0340CE: hue angle of 221.97º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0340CE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 64 206 -
CMYK 0.99 0.69 0 0.19
HSL 221.97º 0.97% 0.41% -
HSV(B) 221.97º 0.99% 0.81% -
XYZ 13.01 8.14 59.28 -
YUV 61.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 3 64 206 0.99 0.69 0 0.19 221.97 0.97 0.41
Hex 3 40 CE 63 45 0 13 DE 61 29
Octal 3 100 316 143 105 0 23 336 141 51
Binary 11 1000000 11001110 1100011 1000101 0 10011 11011110 1100001 101001

Color Harmonies of #0340CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0340CE

Black with #0340CE

Text Example


Text Example

White with #0340CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0340CE; }

 p { color: rgb(3,64,206); }

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

background-color css

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

 a { background-color: rgb(3,64,206); }

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

border-color css

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

 span { border-color: rgb(3,64,206); }

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