Html Css Color HEX #3465CD Royal Blue

📋 copy color: '#3465CD'

red 52 ◦ green 101 ◦ blue 205

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

Shades of Royal Blue #3465CD

Tints of Royal Blue #3465CD

RGB

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

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

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

R = 14.53%
G = 28.21%
B = 57.26%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3465CD (or 0x3465CD) is known color: Royal Blue. HEX triplet: 34, 65 and CD. RGB value is (52,101,205). Sum of RGB (Red+Green+Blue) = 52+101+205=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #3465CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465CD is #CB9A32. Grayscale: #616161. Windows color (decimal): -13343283 or 13460788. OLE color: 13460788.

HSL color Cylindrical-coordinate representation of color #3465CD: hue angle of 220.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3465CD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 101 205 -
CMYK 0.75 0.51 0 0.20
HSL 220.78º 0.6% 0.5% -
HSV(B) 220.78º 0.75% 0.8% -
XYZ 17.09 14.45 59.65 -
YUV 98.21 188.27 95.04 -
System Red Green Blue C M Y K H S L
Decimal 52 101 205 0.75 0.51 0 0.20 220.78 0.6 0.5
Hex 34 65 CD 4B 33 0 14 DD 3C 32
Octal 64 145 315 113 63 0 24 335 74 62
Binary 110100 1100101 11001101 1001011 110011 0 10100 11011101 111100 110010

Color Harmonies of #3465CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465CD

Black with #3465CD

Text Example


Text Example

White with #3465CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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