Html Css Color HEX #3A6FFB Royal Blue

📋 copy color: '#3A6FFB'

red 58 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #3A6FFB

Tints of Royal Blue #3A6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.43%

 BLUE value IS 251 (98.44% from 255) = 59.76%

R = 13.81%
G = 26.43%
B = 59.76%

CMYK

 C value IS 0.77

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A6FFB (or 0x3A6FFB) is known color: Royal Blue. HEX triplet: 3A, 6F and FB. RGB value is (58,111,251). Sum of RGB (Red+Green+Blue) = 58+111+251=420 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.81% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A6FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A6FFB is #C59004. Grayscale: #6E6E6E. Windows color (decimal): -12947461 or 16478010. OLE color: 16478010.

HSL color Cylindrical-coordinate representation of color #3A6FFB: hue angle of 223.52º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A6FFB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 111 251 -
CMYK 0.77 0.56 0 0.02
HSL 223.52º 0.96% 0.61% -
HSV(B) 223.52º 0.77% 0.98% -
XYZ 24.84 19.23 93.67 -
YUV 111.11 206.94 90.12 -
System Red Green Blue C M Y K H S L
Decimal 58 111 251 0.77 0.56 0 0.02 223.52 0.96 0.61
Hex 3A 6F FB 4D 38 0 2 E0 60 3D
Octal 72 157 373 115 70 0 2 340 140 75
Binary 111010 1101111 11111011 1001101 111000 0 10 11100000 1100000 111101

Color Harmonies of #3A6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6FFB

Black with #3A6FFB

Text Example


Text Example

White with #3A6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,111,251); }

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

background-color css

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

 a { background-color: rgb(58,111,251); }

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

border-color css

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

 span { border-color: rgb(58,111,251); }

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