Html Css Color HEX #003CD8 Persian Blue

📋 copy color: '#003CD8'

red 0 ◦ green 60 ◦ blue 216

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

Shades of Persian Blue #003CD8

Tints of Persian Blue #003CD8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 216 (84.77% from 255) = 78.26%

R = 0%
G = 21.74%
B = 78.26%

CMYK

 C value IS 1

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#003CD8 (or 0x003CD8) is known color: Persian Blue. HEX triplet: 00, 3C and D8. RGB value is (0,60,216). Sum of RGB (Red+Green+Blue) = 0+60+216=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 216 (84.77% from 255 or 78.26% from 276); Max value from RGB is 216 - color contains mainly: blue. Hex color #003CD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CD8 is #FFC327. Grayscale: #3B3B3B. Windows color (decimal): -16761640 or 14171136. OLE color: 14171136.

HSL color Cylindrical-coordinate representation of color #003CD8: hue angle of 223.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CD8 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 0 60 216 -
CMYK 1 0.72 0 0.15
HSL 223.33º 1% 0.42% -
HSV(B) 223.33º 1% 0.85% -
XYZ 14.01 8.19 65.81 -
YUV 59.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 0 60 216 1 0.72 0 0.15 223.33 1 0.42
Hex 0 3C D8 64 48 0 F DF 64 2A
Octal 0 74 330 144 110 0 17 337 144 52
Binary 0 111100 11011000 1100100 1001000 0 1111 11011111 1100100 101010

Color Harmonies of #003CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CD8

Black with #003CD8

Text Example


Text Example

White with #003CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003CD8; }

 p { color: rgb(0,60,216); }

 H1.HeaderClassName
 {
   color: #003CD8;
 }
 .AnyTagClassName
 {
   color: #003CD8;
 }
</style>

background-color css

<style>
 a { background-color: #003CD8; }

 a { background-color: rgb(0,60,216); }

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

border-color css

<style>
 span { border-color: #003CD8; }

 span { border-color: rgb(0,60,216); }

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