Html Css Color HEX #345EEE Royal Blue

📋 copy color: '#345EEE'

red 52 ◦ green 94 ◦ blue 238

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

Shades of Royal Blue #345EEE

Tints of Royal Blue #345EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.98%

R = 13.54%
G = 24.48%
B = 61.98%

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

#345EEE (or 0x345EEE) is known color: Royal Blue. HEX triplet: 34, 5E and EE. RGB value is (52,94,238). Sum of RGB (Red+Green+Blue) = 52+94+238=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 238 (93.36% from 255 or 61.98% from 384); Max value from RGB is 238 - color contains mainly: blue. Hex color #345EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EEE is #CBA111. Grayscale: #616161. Windows color (decimal): -13345042 or 15621684. OLE color: 15621684.

HSL color Cylindrical-coordinate representation of color #345EEE: hue angle of 226.45º degrees, saturation: 0.85, 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 #345EEE is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 94 238 -
CMYK 0.78 0.61 0 0.07
HSL 226.45º 0.85% 0.57% -
HSV(B) 226.45º 0.78% 0.93% -
XYZ 20.85 14.91 82.67 -
YUV 97.86 207.09 95.29 -
System Red Green Blue C M Y K H S L
Decimal 52 94 238 0.78 0.61 0 0.07 226.45 0.85 0.57
Hex 34 5E EE 4E 3D 0 7 E2 55 39
Octal 64 136 356 116 75 0 7 342 125 71
Binary 110100 1011110 11101110 1001110 111101 0 111 11100010 1010101 111001

Color Harmonies of #345EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EEE

Black with #345EEE

Text Example


Text Example

White with #345EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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