Html Css Color HEX #3A6ECA Royal Blue

📋 copy color: '#3A6ECA'

red 58 ◦ green 110 ◦ blue 202

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

Shades of Royal Blue #3A6ECA

Tints of Royal Blue #3A6ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.73%

 BLUE value IS 202 (79.3% from 255) = 54.59%

R = 15.68%
G = 29.73%
B = 54.59%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A6ECA (or 0x3A6ECA) is known color: Royal Blue. HEX triplet: 3A, 6E and CA. RGB value is (58,110,202). Sum of RGB (Red+Green+Blue) = 58+110+202=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A6ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6ECA is #C59135. Grayscale: #686868. Windows color (decimal): -12947766 or 13266490. OLE color: 13266490.

HSL color Cylindrical-coordinate representation of color #3A6ECA: hue angle of 218.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A6ECA is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 110 202 -
CMYK 0.71 0.46 0 0.21
HSL 218.33º 0.58% 0.51% -
HSV(B) 218.33º 0.71% 0.79% -
XYZ 17.98 16.32 58.08 -
YUV 104.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 58 110 202 0.71 0.46 0 0.21 218.33 0.58 0.51
Hex 3A 6E CA 47 2E 0 15 DA 3A 33
Octal 72 156 312 107 56 0 25 332 72 63
Binary 111010 1101110 11001010 1000111 101110 0 10101 11011010 111010 110011

Color Harmonies of #3A6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6ECA

Black with #3A6ECA

Text Example


Text Example

White with #3A6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,110,202); }

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

background-color css

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

 a { background-color: rgb(58,110,202); }

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

border-color css

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

 span { border-color: rgb(58,110,202); }

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