Html Css Color HEX #3C74EF Royal Blue

📋 copy color: '#3C74EF'

red 60 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #3C74EF

Tints of Royal Blue #3C74EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 14.46%
G = 27.95%
B = 57.59%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C74EF (or 0x3C74EF) is known color: Royal Blue. HEX triplet: 3C, 74 and EF. RGB value is (60,116,239). Sum of RGB (Red+Green+Blue) = 60+116+239=415 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.46% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C74EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C74EF is #C38B10. Grayscale: #707070. Windows color (decimal): -12815121 or 15692860. OLE color: 15692860.

HSL color Cylindrical-coordinate representation of color #3C74EF: hue angle of 221.23º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C74EF is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 116 239 -
CMYK 0.75 0.51 0 0.06
HSL 221.23º 0.85% 0.59% -
HSV(B) 221.23º 0.75% 0.94% -
XYZ 23.69 19.68 84.21 -
YUV 113.28 198.95 90 -
System Red Green Blue C M Y K H S L
Decimal 60 116 239 0.75 0.51 0 0.06 221.23 0.85 0.59
Hex 3C 74 EF 4B 33 0 6 DD 55 3B
Octal 74 164 357 113 63 0 6 335 125 73
Binary 111100 1110100 11101111 1001011 110011 0 110 11011101 1010101 111011

Color Harmonies of #3C74EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C74EF

Black with #3C74EF

Text Example


Text Example

White with #3C74EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,239); }

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

background-color css

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

 a { background-color: rgb(60,116,239); }

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

border-color css

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

 span { border-color: rgb(60,116,239); }

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