Html Css Color HEX #345FE0 Royal Blue

📋 copy color: '#345FE0'

red 52 ◦ green 95 ◦ blue 224

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

Shades of Royal Blue #345FE0

Tints of Royal Blue #345FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 60.38%

R = 14.02%
G = 25.61%
B = 60.38%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#345FE0 (or 0x345FE0) is known color: Royal Blue. HEX triplet: 34, 5F and E0. RGB value is (52,95,224). Sum of RGB (Red+Green+Blue) = 52+95+224=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #345FE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #345FE0 is #CBA01F. Grayscale: #606060. Windows color (decimal): -13344800 or 14704436. OLE color: 14704436.

HSL color Cylindrical-coordinate representation of color #345FE0: hue angle of 225º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #345FE0 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 95 224 -
CMYK 0.77 0.58 0 0.12
HSL 225º 0.74% 0.54% -
HSV(B) 225º 0.77% 0.88% -
XYZ 18.96 14.3 72.28 -
YUV 96.85 199.75 96.01 -
System Red Green Blue C M Y K H S L
Decimal 52 95 224 0.77 0.58 0 0.12 225 0.74 0.54
Hex 34 5F E0 4D 3A 0 C E1 4A 36
Octal 64 137 340 115 72 0 14 341 112 66
Binary 110100 1011111 11100000 1001101 111010 0 1100 11100001 1001010 110110

Color Harmonies of #345FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345FE0

Black with #345FE0

Text Example


Text Example

White with #345FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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