Html Css Color HEX #0035DC Persian Blue

📋 copy color: '#0035DC'

red 0 ◦ green 53 ◦ blue 220

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

Shades of Persian Blue #0035DC

Tints of Persian Blue #0035DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 53 (21.09% from 255) = 19.41%

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

R = 0%
G = 19.41%
B = 80.59%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0035DC (or 0x0035DC) is known color: Persian Blue. HEX triplet: 00, 35 and DC. RGB value is (0,53,220). Sum of RGB (Red+Green+Blue) = 0+53+220=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #0035DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0035DC is #FFCA23. Grayscale: #373737. Windows color (decimal): -16763428 or 14431488. OLE color: 14431488.

HSL color Cylindrical-coordinate representation of color #0035DC: hue angle of 225.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0035DC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 53 220 -
CMYK 1 0.76 0 0.14
HSL 225.55º 1% 0.43% -
HSV(B) 225.55º 1% 0.86% -
XYZ 14.19 7.71 68.45 -
YUV 56.19 220.44 87.92 -
System Red Green Blue C M Y K H S L
Decimal 0 53 220 1 0.76 0 0.14 225.55 1 0.43
Hex 0 35 DC 64 4C 0 E E2 64 2B
Octal 0 65 334 144 114 0 16 342 144 53
Binary 0 110101 11011100 1100100 1001100 0 1110 11100010 1100100 101011

Color Harmonies of #0035DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0035DC

Black with #0035DC

Text Example


Text Example

White with #0035DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,53,220); }

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

background-color css

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

 a { background-color: rgb(0,53,220); }

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

border-color css

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

 span { border-color: rgb(0,53,220); }

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