Html Css Color HEX #345CEF Royal Blue

📋 copy color: '#345CEF'

red 52 ◦ green 92 ◦ blue 239

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

Shades of Royal Blue #345CEF

Tints of Royal Blue #345CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 13.58%
G = 24.02%
B = 62.4%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#345CEF (or 0x345CEF) is known color: Royal Blue. HEX triplet: 34, 5C and EF. RGB value is (52,92,239). Sum of RGB (Red+Green+Blue) = 52+92+239=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #345CEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345CEF is #CBA310. Grayscale: #606060. Windows color (decimal): -13345553 or 15686708. OLE color: 15686708.

HSL color Cylindrical-coordinate representation of color #345CEF: hue angle of 227.17º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #345CEF is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 92 239 -
CMYK 0.78 0.62 0 0.06
HSL 227.17º 0.85% 0.57% -
HSV(B) 227.17º 0.78% 0.94% -
XYZ 20.82 14.62 83.39 -
YUV 96.8 208.25 96.05 -
System Red Green Blue C M Y K H S L
Decimal 52 92 239 0.78 0.62 0 0.06 227.17 0.85 0.57
Hex 34 5C EF 4E 3E 0 6 E3 55 39
Octal 64 134 357 116 76 0 6 343 125 71
Binary 110100 1011100 11101111 1001110 111110 0 110 11100011 1010101 111001

Color Harmonies of #345CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345CEF

Black with #345CEF

Text Example


Text Example

White with #345CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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