Html Css Color HEX #3462DC Royal Blue

📋 copy color: '#3462DC'

red 52 ◦ green 98 ◦ blue 220

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

Shades of Royal Blue #3462DC

Tints of Royal Blue #3462DC

RGB

 RED value IS 52 (20.7% from 255) = 14.05%

 GREEN value IS 98 (38.67% from 255) = 26.49%

 BLUE value IS 220 (86.33% from 255) = 59.46%

R = 14.05%
G = 26.49%
B = 59.46%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3462DC (or 0x3462DC) is known color: Royal Blue. HEX triplet: 34, 62 and DC. RGB value is (52,98,220). Sum of RGB (Red+Green+Blue) = 52+98+220=370 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.05% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #3462DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3462DC is #CB9D23. Grayscale: #616161. Windows color (decimal): -13344036 or 14443060. OLE color: 14443060.

HSL color Cylindrical-coordinate representation of color #3462DC: hue angle of 223.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3462DC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 98 220 -
CMYK 0.76 0.55 0 0.14
HSL 223.57º 0.71% 0.53% -
HSV(B) 223.57º 0.76% 0.86% -
XYZ 18.7 14.63 69.55 -
YUV 98.15 196.76 95.08 -
System Red Green Blue C M Y K H S L
Decimal 52 98 220 0.76 0.55 0 0.14 223.57 0.71 0.53
Hex 34 62 DC 4C 37 0 E E0 47 35
Octal 64 142 334 114 67 0 16 340 107 65
Binary 110100 1100010 11011100 1001100 110111 0 1110 11100000 1000111 110101

Color Harmonies of #3462DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3462DC

Black with #3462DC

Text Example


Text Example

White with #3462DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3462DC; }

 p { color: rgb(52,98,220); }

 H1.HeaderClassName
 {
   color: #3462DC;
 }
 .AnyTagClassName
 {
   color: #3462DC;
 }
</style>

background-color css

<style>
 a { background-color: #3462DC; }

 a { background-color: rgb(52,98,220); }

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

border-color css

<style>
 span { border-color: #3462DC; }

 span { border-color: rgb(52,98,220); }

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