Html Css Color HEX #3C84EA Royal Blue

📋 copy color: '#3C84EA'

red 60 ◦ green 132 ◦ blue 234

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

Shades of Royal Blue #3C84EA

Tints of Royal Blue #3C84EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

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

R = 14.08%
G = 30.99%
B = 54.93%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C84EA (or 0x3C84EA) is known color: Royal Blue. HEX triplet: 3C, 84 and EA. RGB value is (60,132,234). Sum of RGB (Red+Green+Blue) = 60+132+234=426 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.08% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C84EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C84EA is #C37B15. Grayscale: #797979. Windows color (decimal): -12811030 or 15369276. OLE color: 15369276.

HSL color Cylindrical-coordinate representation of color #3C84EA: hue angle of 215.17º 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 #3C84EA is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 132 234 -
CMYK 0.74 0.44 0 0.08
HSL 215.17º 0.81% 0.58% -
HSV(B) 215.17º 0.74% 0.92% -
XYZ 24.97 23.4 81.04 -
YUV 122.1 191.15 83.71 -
System Red Green Blue C M Y K H S L
Decimal 60 132 234 0.74 0.44 0 0.08 215.17 0.81 0.58
Hex 3C 84 EA 4A 2C 0 8 D7 51 3A
Octal 74 204 352 112 54 0 10 327 121 72
Binary 111100 10000100 11101010 1001010 101100 0 1000 11010111 1010001 111010

Color Harmonies of #3C84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C84EA

Black with #3C84EA

Text Example


Text Example

White with #3C84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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