Html Css Color HEX #345EE7 Royal Blue

📋 copy color: '#345EE7'

red 52 ◦ green 94 ◦ blue 231

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

Shades of Royal Blue #345EE7

Tints of Royal Blue #345EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 61.27%

R = 13.79%
G = 24.93%
B = 61.27%

CMYK

 C value IS 0.77

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#345EE7 (or 0x345EE7) is known color: Royal Blue. HEX triplet: 34, 5E and E7. RGB value is (52,94,231). Sum of RGB (Red+Green+Blue) = 52+94+231=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 231 (90.62% from 255 or 61.27% from 377); Max value from RGB is 231 - color contains mainly: blue. Hex color #345EE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EE7 is #CBA118. Grayscale: #606060. Windows color (decimal): -13345049 or 15162932. OLE color: 15162932.

HSL color Cylindrical-coordinate representation of color #345EE7: hue angle of 225.92º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345EE7 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 94 231 -
CMYK 0.77 0.59 0 0.09
HSL 225.92º 0.79% 0.55% -
HSV(B) 225.92º 0.77% 0.91% -
XYZ 19.84 14.5 77.36 -
YUV 97.06 203.59 95.86 -
System Red Green Blue C M Y K H S L
Decimal 52 94 231 0.77 0.59 0 0.09 225.92 0.79 0.55
Hex 34 5E E7 4D 3B 0 9 E2 4F 37
Octal 64 136 347 115 73 0 11 342 117 67
Binary 110100 1011110 11100111 1001101 111011 0 1001 11100010 1001111 110111

Color Harmonies of #345EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EE7

Black with #345EE7

Text Example


Text Example

White with #345EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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