Html Css Color HEX #003CCF Persian Blue

📋 copy color: '#003CCF'

red 0 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #003CCF

Tints of Persian Blue #003CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 77.53%

R = 0%
G = 22.47%
B = 77.53%

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

#003CCF (or 0x003CCF) is known color: Persian Blue. HEX triplet: 00, 3C and CF. RGB value is (0,60,207). Sum of RGB (Red+Green+Blue) = 0+60+207=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 207 (81.25% from 255 or 77.53% from 267); Max value from RGB is 207 - color contains mainly: blue. Hex color #003CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003CCF is #FFC330. Grayscale: #3A3A3A. Windows color (decimal): -16761649 or 13581312. OLE color: 13581312.

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

Color convert

RGB 0 60 207 -
CMYK 1 0.71 0 0.19
HSL 222.61º 1% 0.41% -
HSV(B) 222.61º 1% 0.81% -
XYZ 12.88 7.74 59.85 -
YUV 58.82 211.62 86.05 -
System Red Green Blue C M Y K H S L
Decimal 0 60 207 1 0.71 0 0.19 222.61 1 0.41
Hex 0 3C CF 64 47 0 13 DF 64 29
Octal 0 74 317 144 107 0 23 337 144 51
Binary 0 111100 11001111 1100100 1000111 0 10011 11011111 1100100 101001

Color Harmonies of #003CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003CCF

Black with #003CCF

Text Example


Text Example

White with #003CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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