Html Css Color HEX #345CEC Royal Blue

📋 copy color: '#345CEC'

red 52 ◦ green 92 ◦ blue 236

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

Shades of Royal Blue #345CEC

Tints of Royal Blue #345CEC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 13.68%
G = 24.21%
B = 62.11%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#345CEC (or 0x345CEC) is known color: Royal Blue. HEX triplet: 34, 5C and EC. RGB value is (52,92,236). Sum of RGB (Red+Green+Blue) = 52+92+236=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #345CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CEC is #CBA313. Grayscale: #5F5F5F. Windows color (decimal): -13345556 or 15490100. OLE color: 15490100.

HSL color Cylindrical-coordinate representation of color #345CEC: hue angle of 226.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345CEC is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 92 236 -
CMYK 0.78 0.61 0 0.07
HSL 226.96º 0.83% 0.56% -
HSV(B) 226.96º 0.78% 0.93% -
XYZ 20.38 14.44 81.07 -
YUV 96.46 206.75 96.29 -
System Red Green Blue C M Y K H S L
Decimal 52 92 236 0.78 0.61 0 0.07 226.96 0.83 0.56
Hex 34 5C EC 4E 3D 0 7 E3 53 38
Octal 64 134 354 116 75 0 7 343 123 70
Binary 110100 1011100 11101100 1001110 111101 0 111 11100011 1010011 111000

Color Harmonies of #345CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CEC

Black with #345CEC

Text Example


Text Example

White with #345CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,92,236); }

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

background-color css

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

 a { background-color: rgb(52,92,236); }

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

border-color css

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

 span { border-color: rgb(52,92,236); }

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