Html Css Color HEX #345EDF Royal Blue

📋 copy color: '#345EDF'

red 52 ◦ green 94 ◦ blue 223

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

Shades of Royal Blue #345EDF

Tints of Royal Blue #345EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 14.09%
G = 25.47%
B = 60.43%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#345EDF (or 0x345EDF) is known color: Royal Blue. HEX triplet: 34, 5E and DF. RGB value is (52,94,223). Sum of RGB (Red+Green+Blue) = 52+94+223=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #345EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345EDF is #CBA120. Grayscale: #5F5F5F. Windows color (decimal): -13345057 or 14638644. OLE color: 14638644.

HSL color Cylindrical-coordinate representation of color #345EDF: hue angle of 225.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345EDF is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 94 223 -
CMYK 0.77 0.58 0 0.13
HSL 225.26º 0.73% 0.54% -
HSV(B) 225.26º 0.77% 0.87% -
XYZ 18.74 14.06 71.54 -
YUV 96.15 199.59 96.51 -
System Red Green Blue C M Y K H S L
Decimal 52 94 223 0.77 0.58 0 0.13 225.26 0.73 0.54
Hex 34 5E DF 4D 3A 0 D E1 49 36
Octal 64 136 337 115 72 0 15 341 111 66
Binary 110100 1011110 11011111 1001101 111010 0 1101 11100001 1001001 110110

Color Harmonies of #345EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EDF

Black with #345EDF

Text Example


Text Example

White with #345EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345EDF; }

 p { color: rgb(52,94,223); }

 H1.HeaderClassName
 {
   color: #345EDF;
 }
 .AnyTagClassName
 {
   color: #345EDF;
 }
</style>

background-color css

<style>
 a { background-color: #345EDF; }

 a { background-color: rgb(52,94,223); }

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

border-color css

<style>
 span { border-color: #345EDF; }

 span { border-color: rgb(52,94,223); }

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