Html Css Color HEX #3E74EA Royal Blue

📋 copy color: '#3E74EA'

red 62 ◦ green 116 ◦ blue 234

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

Shades of Royal Blue #3E74EA

Tints of Royal Blue #3E74EA

RGB

 RED value IS 62 (24.61% from 255) = 15.05%

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

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

R = 15.05%
G = 28.16%
B = 56.8%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3E74EA (or 0x3E74EA) is known color: Royal Blue. HEX triplet: 3E, 74 and EA. RGB value is (62,116,234). Sum of RGB (Red+Green+Blue) = 62+116+234=412 (54% of max value = 765). Red value is 62 (24.61% from 255 or 15.05% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #3E74EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3E74EA is #C18B15. Grayscale: #707070. Windows color (decimal): -12684054 or 15365182. OLE color: 15365182.

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

Color convert

RGB 62 116 234 -
CMYK 0.74 0.50 0 0.08
HSL 221.16º 0.8% 0.58% -
HSV(B) 221.16º 0.74% 0.92% -
XYZ 23.08 19.46 80.38 -
YUV 113.31 196.11 91.41 -
System Red Green Blue C M Y K H S L
Decimal 62 116 234 0.74 0.50 0 0.08 221.16 0.8 0.58
Hex 3E 74 EA 4A 32 0 8 DD 50 3A
Octal 76 164 352 112 62 0 10 335 120 72
Binary 111110 1110100 11101010 1001010 110010 0 1000 11011101 1010000 111010

Color Harmonies of #3E74EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E74EA

Black with #3E74EA

Text Example


Text Example

White with #3E74EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,116,234); }

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

background-color css

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

 a { background-color: rgb(62,116,234); }

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

border-color css

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

 span { border-color: rgb(62,116,234); }

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