Html Css Color HEX #3A6BCA Royal Blue

📋 copy color: '#3A6BCA'

red 58 ◦ green 107 ◦ blue 202

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

Shades of Royal Blue #3A6BCA

Tints of Royal Blue #3A6BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 15.8%
G = 29.16%
B = 55.04%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A6BCA (or 0x3A6BCA) is known color: Royal Blue. HEX triplet: 3A, 6B and CA. RGB value is (58,107,202). Sum of RGB (Red+Green+Blue) = 58+107+202=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A6BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6BCA is #C59435. Grayscale: #666666. Windows color (decimal): -12948534 or 13265722. OLE color: 13265722.

HSL color Cylindrical-coordinate representation of color #3A6BCA: hue angle of 219.58º 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 #3A6BCA is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 107 202 -
CMYK 0.71 0.47 0 0.21
HSL 219.58º 0.58% 0.51% -
HSV(B) 219.58º 0.71% 0.79% -
XYZ 17.66 15.68 57.97 -
YUV 103.18 183.77 95.78 -
System Red Green Blue C M Y K H S L
Decimal 58 107 202 0.71 0.47 0 0.21 219.58 0.58 0.51
Hex 3A 6B CA 47 2F 0 15 DC 3A 33
Octal 72 153 312 107 57 0 25 334 72 63
Binary 111010 1101011 11001010 1000111 101111 0 10101 11011100 111010 110011

Color Harmonies of #3A6BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BCA

Black with #3A6BCA

Text Example


Text Example

White with #3A6BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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