Html Css Color HEX #3A6DCB Royal Blue

📋 copy color: '#3A6DCB'

red 58 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #3A6DCB

Tints of Royal Blue #3A6DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.46%

 BLUE value IS 203 (79.69% from 255) = 54.86%

R = 15.68%
G = 29.46%
B = 54.86%

CMYK

 C value IS 0.71

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A6DCB (or 0x3A6DCB) is known color: Royal Blue. HEX triplet: 3A, 6D and CB. RGB value is (58,109,203). Sum of RGB (Red+Green+Blue) = 58+109+203=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #3A6DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6DCB is #C59234. Grayscale: #686868. Windows color (decimal): -12948021 or 13331770. OLE color: 13331770.

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

Color convert

RGB 58 109 203 -
CMYK 0.71 0.46 0 0.20
HSL 218.9º 0.58% 0.51% -
HSV(B) 218.9º 0.71% 0.8% -
XYZ 17.99 16.15 58.67 -
YUV 104.47 183.6 94.86 -
System Red Green Blue C M Y K H S L
Decimal 58 109 203 0.71 0.46 0 0.20 218.9 0.58 0.51
Hex 3A 6D CB 47 2E 0 14 DB 3A 33
Octal 72 155 313 107 56 0 24 333 72 63
Binary 111010 1101101 11001011 1000111 101110 0 10100 11011011 111010 110011

Color Harmonies of #3A6DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6DCB

Black with #3A6DCB

Text Example


Text Example

White with #3A6DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,109,203); }

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

background-color css

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

 a { background-color: rgb(58,109,203); }

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

border-color css

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

 span { border-color: rgb(58,109,203); }

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