Html Css Color HEX #345EE8 Royal Blue

📋 copy color: '#345EE8'

red 52 ◦ green 94 ◦ blue 232

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

Shades of Royal Blue #345EE8

Tints of Royal Blue #345EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 61.38%

R = 13.76%
G = 24.87%
B = 61.38%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#345EE8 (or 0x345EE8) is known color: Royal Blue. HEX triplet: 34, 5E and E8. RGB value is (52,94,232). Sum of RGB (Red+Green+Blue) = 52+94+232=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 232 (91.02% from 255 or 61.38% from 378); Max value from RGB is 232 - color contains mainly: blue. Hex color #345EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345EE8 is #CBA117. Grayscale: #606060. Windows color (decimal): -13345048 or 15228468. OLE color: 15228468.

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

Color convert

RGB 52 94 232 -
CMYK 0.78 0.59 0 0.09
HSL 226º 0.8% 0.56% -
HSV(B) 226º 0.78% 0.91% -
XYZ 19.98 14.56 78.1 -
YUV 97.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 52 94 232 0.78 0.59 0 0.09 226 0.8 0.56
Hex 34 5E E8 4E 3B 0 9 E2 50 38
Octal 64 136 350 116 73 0 11 342 120 70
Binary 110100 1011110 11101000 1001110 111011 0 1001 11100010 1010000 111000

Color Harmonies of #345EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345EE8

Black with #345EE8

Text Example


Text Example

White with #345EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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