Html Css Color HEX #3A6CCD Royal Blue

📋 copy color: '#3A6CCD'

red 58 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #3A6CCD

Tints of Royal Blue #3A6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 15.63%
G = 29.11%
B = 55.26%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3A6CCD (or 0x3A6CCD) is known color: Royal Blue. HEX triplet: 3A, 6C and CD. RGB value is (58,108,205). Sum of RGB (Red+Green+Blue) = 58+108+205=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A6CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A6CCD is #C59332. Grayscale: #676767. Windows color (decimal): -12948275 or 13462586. OLE color: 13462586.

HSL color Cylindrical-coordinate representation of color #3A6CCD: hue angle of 219.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A6CCD is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 58 108 205 -
CMYK 0.72 0.47 0 0.20
HSL 219.59º 0.6% 0.52% -
HSV(B) 219.59º 0.72% 0.8% -
XYZ 18.13 16.03 59.9 -
YUV 104.11 184.94 95.11 -
System Red Green Blue C M Y K H S L
Decimal 58 108 205 0.72 0.47 0 0.20 219.59 0.6 0.52
Hex 3A 6C CD 48 2F 0 14 DC 3C 34
Octal 72 154 315 110 57 0 24 334 74 64
Binary 111010 1101100 11001101 1001000 101111 0 10100 11011100 111100 110100

Color Harmonies of #3A6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6CCD

Black with #3A6CCD

Text Example


Text Example

White with #3A6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,108,205); }

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

background-color css

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

 a { background-color: rgb(58,108,205); }

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

border-color css

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

 span { border-color: rgb(58,108,205); }

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