Html Css Color HEX #3C83DC Royal Blue

📋 copy color: '#3C83DC'

red 60 ◦ green 131 ◦ blue 220

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

Shades of Royal Blue #3C83DC

Tints of Royal Blue #3C83DC

RGB

 RED value IS 60 (23.83% from 255) = 14.6%

 GREEN value IS 131 (51.56% from 255) = 31.87%

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

R = 14.6%
G = 31.87%
B = 53.53%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C83DC (or 0x3C83DC) is known color: Royal Blue. HEX triplet: 3C, 83 and DC. RGB value is (60,131,220). Sum of RGB (Red+Green+Blue) = 60+131+220=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C83DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C83DC is #C37C23. Grayscale: #777777. Windows color (decimal): -12811300 or 14451516. OLE color: 14451516.

HSL color Cylindrical-coordinate representation of color #3C83DC: hue angle of 213.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C83DC is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 131 220 -
CMYK 0.73 0.40 0 0.14
HSL 213.38º 0.7% 0.55% -
HSV(B) 213.38º 0.73% 0.86% -
XYZ 22.9 22.36 70.82 -
YUV 119.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 60 131 220 0.73 0.40 0 0.14 213.38 0.7 0.55
Hex 3C 83 DC 49 28 0 E D5 46 37
Octal 74 203 334 111 50 0 16 325 106 67
Binary 111100 10000011 11011100 1001001 101000 0 1110 11010101 1000110 110111

Color Harmonies of #3C83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C83DC

Black with #3C83DC

Text Example


Text Example

White with #3C83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C83DC; }

 p { color: rgb(60,131,220); }

 H1.HeaderClassName
 {
   color: #3C83DC;
 }
 .AnyTagClassName
 {
   color: #3C83DC;
 }
</style>

background-color css

<style>
 a { background-color: #3C83DC; }

 a { background-color: rgb(60,131,220); }

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

border-color css

<style>
 span { border-color: #3C83DC; }

 span { border-color: rgb(60,131,220); }

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