Html Css Color HEX #0330CE Persian Blue

📋 copy color: '#0330CE'

red 3 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #0330CE

Tints of Persian Blue #0330CE

RGB

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

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

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

R = 1.17%
G = 18.68%
B = 80.16%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0330CE (or 0x0330CE) is known color: Persian Blue. HEX triplet: 03, 30 and CE. RGB value is (3,48,206). Sum of RGB (Red+Green+Blue) = 3+48+206=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #0330CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330CE is #FCCF31. Grayscale: #333333. Windows color (decimal): -16568114 or 13512707. OLE color: 13512707.

HSL color Cylindrical-coordinate representation of color #0330CE: hue angle of 226.7º 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 #0330CE is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 3 48 206 -
CMYK 0.99 0.77 0 0.19
HSL 226.7º 0.97% 0.41% -
HSV(B) 226.7º 0.99% 0.81% -
XYZ 12.24 6.59 59.02 -
YUV 52.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 3 48 206 0.99 0.77 0 0.19 226.7 0.97 0.41
Hex 3 30 CE 63 4D 0 13 E3 61 29
Octal 3 60 316 143 115 0 23 343 141 51
Binary 11 110000 11001110 1100011 1001101 0 10011 11100011 1100001 101001

Color Harmonies of #0330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0330CE

Black with #0330CE

Text Example


Text Example

White with #0330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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