Html Css Color HEX #0334EB Persian Blue

📋 copy color: '#0334EB'

red 3 ◦ green 52 ◦ blue 235

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

Shades of Persian Blue #0334EB

Tints of Persian Blue #0334EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 81.03%

R = 1.03%
G = 17.93%
B = 81.03%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0334EB (or 0x0334EB) is known color: Persian Blue. HEX triplet: 03, 34 and EB. RGB value is (3,52,235). Sum of RGB (Red+Green+Blue) = 3+52+235=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 235 (92.19% from 255 or 81.03% from 290); Max value from RGB is 235 - color contains mainly: blue. Hex color #0334EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0334EB is #FCCB14. Grayscale: #393939. Windows color (decimal): -16567061 or 15414275. OLE color: 15414275.

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

Color convert

RGB 3 52 235 -
CMYK 0.99 0.78 0 0.08
HSL 227.33º 0.97% 0.47% -
HSV(B) 227.33º 0.99% 0.92% -
XYZ 16.26 8.47 79.38 -
YUV 58.21 227.77 88.62 -
System Red Green Blue C M Y K H S L
Decimal 3 52 235 0.99 0.78 0 0.08 227.33 0.97 0.47
Hex 3 34 EB 63 4E 0 8 E3 61 2F
Octal 3 64 353 143 116 0 10 343 141 57
Binary 11 110100 11101011 1100011 1001110 0 1000 11100011 1100001 101111

Color Harmonies of #0334EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0334EB

Black with #0334EB

Text Example


Text Example

White with #0334EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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