Html Css Color HEX #3A7EEA Royal Blue

📋 copy color: '#3A7EEA'

red 58 ◦ green 126 ◦ blue 234

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

Shades of Royal Blue #3A7EEA

Tints of Royal Blue #3A7EEA

RGB

 RED value IS 58 (23.05% from 255) = 13.88%

 GREEN value IS 126 (49.61% from 255) = 30.14%

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

R = 13.88%
G = 30.14%
B = 55.98%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A7EEA (or 0x3A7EEA) is known color: Royal Blue. HEX triplet: 3A, 7E and EA. RGB value is (58,126,234). Sum of RGB (Red+Green+Blue) = 58+126+234=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 126 (49.61% from 255 or 30.14% 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 #3A7EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A7EEA is #C58115. Grayscale: #757575. Windows color (decimal): -12943638 or 15367738. OLE color: 15367738.

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

Color convert

RGB 58 126 234 -
CMYK 0.75 0.46 0 0.08
HSL 216.82º 0.81% 0.57% -
HSV(B) 216.82º 0.75% 0.92% -
XYZ 24.06 21.76 80.77 -
YUV 117.98 193.47 85.22 -
System Red Green Blue C M Y K H S L
Decimal 58 126 234 0.75 0.46 0 0.08 216.82 0.81 0.57
Hex 3A 7E EA 4B 2E 0 8 D9 51 39
Octal 72 176 352 113 56 0 10 331 121 71
Binary 111010 1111110 11101010 1001011 101110 0 1000 11011001 1010001 111001

Color Harmonies of #3A7EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7EEA

Black with #3A7EEA

Text Example


Text Example

White with #3A7EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,126,234); }

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

background-color css

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

 a { background-color: rgb(58,126,234); }

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

border-color css

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

 span { border-color: rgb(58,126,234); }

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