Html Css Color HEX #3465ED Royal Blue

📋 copy color: '#3465ED'

red 52 ◦ green 101 ◦ blue 237

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

Shades of Royal Blue #3465ED

Tints of Royal Blue #3465ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.77%

R = 13.33%
G = 25.9%
B = 60.77%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3465ED (or 0x3465ED) is known color: Royal Blue. HEX triplet: 34, 65 and ED. RGB value is (52,101,237). Sum of RGB (Red+Green+Blue) = 52+101+237=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #3465ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3465ED is #CB9A12. Grayscale: #656565. Windows color (decimal): -13343251 or 15557940. OLE color: 15557940.

HSL color Cylindrical-coordinate representation of color #3465ED: hue angle of 224.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3465ED is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 101 237 -
CMYK 0.78 0.57 0 0.07
HSL 224.11º 0.84% 0.57% -
HSV(B) 224.11º 0.78% 0.93% -
XYZ 21.36 16.15 82.11 -
YUV 101.85 204.27 92.44 -
System Red Green Blue C M Y K H S L
Decimal 52 101 237 0.78 0.57 0 0.07 224.11 0.84 0.57
Hex 34 65 ED 4E 39 0 7 E0 54 39
Octal 64 145 355 116 71 0 7 340 124 71
Binary 110100 1100101 11101101 1001110 111001 0 111 11100000 1010100 111001

Color Harmonies of #3465ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3465ED

Black with #3465ED

Text Example


Text Example

White with #3465ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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