Html Css Color HEX #0334EC Persian Blue

📋 copy color: '#0334EC'

red 3 ◦ green 52 ◦ blue 236

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

Shades of Persian Blue #0334EC

Tints of Persian Blue #0334EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 236 (92.58% from 255) = 81.1%

R = 1.03%
G = 17.87%
B = 81.1%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0334EC (or 0x0334EC) is known color: Persian Blue. HEX triplet: 03, 34 and EC. RGB value is (3,52,236). Sum of RGB (Red+Green+Blue) = 3+52+236=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #0334EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0334EC is #FCCB13. Grayscale: #393939. Windows color (decimal): -16567060 or 15479811. OLE color: 15479811.

HSL color Cylindrical-coordinate representation of color #0334EC: hue angle of 227.38º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0334EC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 52 236 -
CMYK 0.99 0.78 0 0.07
HSL 227.38º 0.97% 0.47% -
HSV(B) 227.38º 0.99% 0.93% -
XYZ 16.41 8.53 80.14 -
YUV 58.33 228.27 88.54 -
System Red Green Blue C M Y K H S L
Decimal 3 52 236 0.99 0.78 0 0.07 227.38 0.97 0.47
Hex 3 34 EC 63 4E 0 7 E3 61 2F
Octal 3 64 354 143 116 0 7 343 141 57
Binary 11 110100 11101100 1100011 1001110 0 111 11100011 1100001 101111

Color Harmonies of #0334EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334EC

Black with #0334EC

Text Example


Text Example

White with #0334EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0334EC; }

 p { color: rgb(3,52,236); }

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

background-color css

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

 a { background-color: rgb(3,52,236); }

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

border-color css

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

 span { border-color: rgb(3,52,236); }

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