Html Css Color HEX #345FEF Royal Blue

📋 copy color: '#345FEF'

red 52 ◦ green 95 ◦ blue 239

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

Shades of Royal Blue #345FEF

Tints of Royal Blue #345FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.61%

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

R = 13.47%
G = 24.61%
B = 61.92%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#345FEF (or 0x345FEF) is known color: Royal Blue. HEX triplet: 34, 5F and EF. RGB value is (52,95,239). Sum of RGB (Red+Green+Blue) = 52+95+239=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 95 (37.5% from 255 or 24.61% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #345FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345FEF is #CBA010. Grayscale: #616161. Windows color (decimal): -13344785 or 15687476. OLE color: 15687476.

HSL color Cylindrical-coordinate representation of color #345FEF: hue angle of 226.2º 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 #345FEF is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 95 239 -
CMYK 0.78 0.60 0 0.06
HSL 226.2º 0.85% 0.57% -
HSV(B) 226.2º 0.78% 0.94% -
XYZ 21.09 15.15 83.47 -
YUV 98.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 52 95 239 0.78 0.60 0 0.06 226.2 0.85 0.57
Hex 34 5F EF 4E 3C 0 6 E2 55 39
Octal 64 137 357 116 74 0 6 342 125 71
Binary 110100 1011111 11101111 1001110 111100 0 110 11100010 1010101 111001

Color Harmonies of #345FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FEF

Black with #345FEF

Text Example


Text Example

White with #345FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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