Html Css Color HEX #003CCE Persian Blue

📋 copy color: '#003CCE'

red 0 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #003CCE

Tints of Persian Blue #003CCE

RGB

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

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

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

R = 0%
G = 22.56%
B = 77.44%

CMYK

 C value IS 1

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#003CCE (or 0x003CCE) is known color: Persian Blue. HEX triplet: 00, 3C and CE. RGB value is (0,60,206). Sum of RGB (Red+Green+Blue) = 0+60+206=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #003CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCE is #FFC331. Grayscale: #3A3A3A. Windows color (decimal): -16761650 or 13515776. OLE color: 13515776.

HSL color Cylindrical-coordinate representation of color #003CCE: hue angle of 222.52º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003CCE is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 60 206 -
CMYK 1 0.71 0 0.19
HSL 222.52º 1% 0.4% -
HSV(B) 222.52º 1% 0.81% -
XYZ 12.76 7.69 59.2 -
YUV 58.7 211.12 86.13 -
System Red Green Blue C M Y K H S L
Decimal 0 60 206 1 0.71 0 0.19 222.52 1 0.4
Hex 0 3C CE 64 47 0 13 DF 64 28
Octal 0 74 316 144 107 0 23 337 144 50
Binary 0 111100 11001110 1100100 1000111 0 10011 11011111 1100100 101000

Color Harmonies of #003CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CCE

Black with #003CCE

Text Example


Text Example

White with #003CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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