Html Css Color HEX #3C7CEC Royal Blue

📋 copy color: '#3C7CEC'

red 60 ◦ green 124 ◦ blue 236

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

Shades of Royal Blue #3C7CEC

Tints of Royal Blue #3C7CEC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 14.29%
G = 29.52%
B = 56.19%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3C7CEC (or 0x3C7CEC) is known color: Royal Blue. HEX triplet: 3C, 7C and EC. RGB value is (60,124,236). Sum of RGB (Red+Green+Blue) = 60+124+236=420 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.29% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #3C7CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7CEC is #C38313. Grayscale: #757575. Windows color (decimal): -12813076 or 15498300. OLE color: 15498300.

HSL color Cylindrical-coordinate representation of color #3C7CEC: hue angle of 218.18º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C7CEC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 124 236 -
CMYK 0.75 0.47 0 0.07
HSL 218.18º 0.82% 0.58% -
HSV(B) 218.18º 0.75% 0.93% -
XYZ 24.21 21.43 82.22 -
YUV 117.63 194.8 86.89 -
System Red Green Blue C M Y K H S L
Decimal 60 124 236 0.75 0.47 0 0.07 218.18 0.82 0.58
Hex 3C 7C EC 4B 2F 0 7 DA 52 3A
Octal 74 174 354 113 57 0 7 332 122 72
Binary 111100 1111100 11101100 1001011 101111 0 111 11011010 1010010 111010

Color Harmonies of #3C7CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7CEC

Black with #3C7CEC

Text Example


Text Example

White with #3C7CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,124,236); }

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

background-color css

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

 a { background-color: rgb(60,124,236); }

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

border-color css

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

 span { border-color: rgb(60,124,236); }

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