Html Css Color HEX #3465DC Royal Blue

📋 copy color: '#3465DC'

red 52 ◦ green 101 ◦ blue 220

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

Shades of Royal Blue #3465DC

Tints of Royal Blue #3465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 13.94%
G = 27.08%
B = 58.98%

CMYK

 C value IS 0.76

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3465DC (or 0x3465DC) is known color: Royal Blue. HEX triplet: 34, 65 and DC. RGB value is (52,101,220). Sum of RGB (Red+Green+Blue) = 52+101+220=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3465DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465DC is #CB9A23. Grayscale: #636363. Windows color (decimal): -13343268 or 14443828. OLE color: 14443828.

HSL color Cylindrical-coordinate representation of color #3465DC: hue angle of 222.5º 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 #3465DC is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 101 220 -
CMYK 0.76 0.54 0 0.14
HSL 222.5º 0.71% 0.53% -
HSV(B) 222.5º 0.76% 0.86% -
XYZ 18.99 15.2 69.64 -
YUV 99.92 195.77 93.82 -
System Red Green Blue C M Y K H S L
Decimal 52 101 220 0.76 0.54 0 0.14 222.5 0.71 0.53
Hex 34 65 DC 4C 36 0 E DE 47 35
Octal 64 145 334 114 66 0 16 336 107 65
Binary 110100 1100101 11011100 1001100 110110 0 1110 11011110 1000111 110101

Color Harmonies of #3465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465DC

Black with #3465DC

Text Example


Text Example

White with #3465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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