Html Css Color HEX #3C7CEA Royal Blue

📋 copy color: '#3C7CEA'

red 60 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #3C7CEA

Tints of Royal Blue #3C7CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 14.35%
G = 29.67%
B = 55.98%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C7CEA (or 0x3C7CEA) is known color: Royal Blue. HEX triplet: 3C, 7C and EA. RGB value is (60,124,234). Sum of RGB (Red+Green+Blue) = 60+124+234=418 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.35% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C7CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C7CEA is #C38315. Grayscale: #747474. Windows color (decimal): -12813078 or 15367228. OLE color: 15367228.

HSL color Cylindrical-coordinate representation of color #3C7CEA: hue angle of 217.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C7CEA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 124 234 -
CMYK 0.74 0.47 0 0.08
HSL 217.93º 0.81% 0.58% -
HSV(B) 217.93º 0.74% 0.92% -
XYZ 23.92 21.32 80.7 -
YUV 117.4 193.8 87.06 -
System Red Green Blue C M Y K H S L
Decimal 60 124 234 0.74 0.47 0 0.08 217.93 0.81 0.58
Hex 3C 7C EA 4A 2F 0 8 DA 51 3A
Octal 74 174 352 112 57 0 10 332 121 72
Binary 111100 1111100 11101010 1001010 101111 0 1000 11011010 1010001 111010

Color Harmonies of #3C7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7CEA

Black with #3C7CEA

Text Example


Text Example

White with #3C7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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