Html Css Color HEX #0330DC Persian Blue

📋 copy color: '#0330DC'

red 3 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #0330DC

Tints of Persian Blue #0330DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 220 (86.33% from 255) = 81.18%

R = 1.11%
G = 17.71%
B = 81.18%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0330DC (or 0x0330DC) is known color: Persian Blue. HEX triplet: 03, 30 and DC. RGB value is (3,48,220). Sum of RGB (Red+Green+Blue) = 3+48+220=271 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #0330DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330DC is #FCCF23. Grayscale: #353535. Windows color (decimal): -16568100 or 14430211. OLE color: 14430211.

HSL color Cylindrical-coordinate representation of color #0330DC: hue angle of 227.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0330DC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 48 220 -
CMYK 0.99 0.78 0 0.14
HSL 227.56º 0.97% 0.44% -
HSV(B) 227.56º 0.99% 0.86% -
XYZ 14.01 7.3 68.38 -
YUV 54.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 3 48 220 0.99 0.78 0 0.14 227.56 0.97 0.44
Hex 3 30 DC 63 4E 0 E E4 61 2C
Octal 3 60 334 143 116 0 16 344 141 54
Binary 11 110000 11011100 1100011 1001110 0 1110 11100100 1100001 101100

Color Harmonies of #0330DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330DC

Black with #0330DC

Text Example


Text Example

White with #0330DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0330DC; }

 p { color: rgb(3,48,220); }

 H1.HeaderClassName
 {
   color: #0330DC;
 }
 .AnyTagClassName
 {
   color: #0330DC;
 }
</style>

background-color css

<style>
 a { background-color: #0330DC; }

 a { background-color: rgb(3,48,220); }

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

border-color css

<style>
 span { border-color: #0330DC; }

 span { border-color: rgb(3,48,220); }

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