Html Css Color HEX #3A6BEB Royal Blue

📋 copy color: '#3A6BEB'

red 58 ◦ green 107 ◦ blue 235

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

Shades of Royal Blue #3A6BEB

Tints of Royal Blue #3A6BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 14.5%
G = 26.75%
B = 58.75%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3A6BEB (or 0x3A6BEB) is known color: Royal Blue. HEX triplet: 3A, 6B and EB. RGB value is (58,107,235). Sum of RGB (Red+Green+Blue) = 58+107+235=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #3A6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6BEB is #C59414. Grayscale: #6A6A6A. Windows color (decimal): -12948501 or 15428410. OLE color: 15428410.

HSL color Cylindrical-coordinate representation of color #3A6BEB: hue angle of 223.39º degrees, saturation: 0.82, 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 #3A6BEB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 107 235 -
CMYK 0.75 0.54 0 0.08
HSL 223.39º 0.82% 0.57% -
HSV(B) 223.39º 0.75% 0.92% -
XYZ 22 17.41 80.8 -
YUV 106.94 200.27 93.09 -
System Red Green Blue C M Y K H S L
Decimal 58 107 235 0.75 0.54 0 0.08 223.39 0.82 0.57
Hex 3A 6B EB 4B 36 0 8 DF 52 39
Octal 72 153 353 113 66 0 10 337 122 71
Binary 111010 1101011 11101011 1001011 110110 0 1000 11011111 1010010 111001

Color Harmonies of #3A6BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6BEB

Black with #3A6BEB

Text Example


Text Example

White with #3A6BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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