Html Css Color HEX #3C88DC Royal Blue

📋 copy color: '#3C88DC'

red 60 ◦ green 136 ◦ blue 220

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

Shades of Royal Blue #3C88DC

Tints of Royal Blue #3C88DC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.69%

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

R = 14.42%
G = 32.69%
B = 52.88%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C88DC (or 0x3C88DC) is known color: Royal Blue. HEX triplet: 3C, 88 and DC. RGB value is (60,136,220). Sum of RGB (Red+Green+Blue) = 60+136+220=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C88DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C88DC is #C37723. Grayscale: #7A7A7A. Windows color (decimal): -12810020 or 14452796. OLE color: 14452796.

HSL color Cylindrical-coordinate representation of color #3C88DC: hue angle of 211.5º 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 #3C88DC is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 136 220 -
CMYK 0.73 0.38 0 0.14
HSL 211.5º 0.7% 0.55% -
HSV(B) 211.5º 0.73% 0.86% -
XYZ 23.59 23.74 71.05 -
YUV 122.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 60 136 220 0.73 0.38 0 0.14 211.5 0.7 0.55
Hex 3C 88 DC 49 26 0 E D4 46 37
Octal 74 210 334 111 46 0 16 324 106 67
Binary 111100 10001000 11011100 1001001 100110 0 1110 11010100 1000110 110111

Color Harmonies of #3C88DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C88DC

Black with #3C88DC

Text Example


Text Example

White with #3C88DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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