Html Css Color HEX #345BED Royal Blue

📋 copy color: '#345BED'

red 52 ◦ green 91 ◦ blue 237

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

Shades of Royal Blue #345BED

Tints of Royal Blue #345BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 13.68%
G = 23.95%
B = 62.37%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#345BED (or 0x345BED) is known color: Royal Blue. HEX triplet: 34, 5B and ED. RGB value is (52,91,237). Sum of RGB (Red+Green+Blue) = 52+91+237=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #345BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #345BED is #CBA412. Grayscale: #5F5F5F. Windows color (decimal): -13345811 or 15555380. OLE color: 15555380.

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

Color convert

RGB 52 91 237 -
CMYK 0.78 0.62 0 0.07
HSL 227.35º 0.84% 0.57% -
HSV(B) 227.35º 0.78% 0.93% -
XYZ 20.44 14.33 81.81 -
YUV 95.98 207.58 96.63 -
System Red Green Blue C M Y K H S L
Decimal 52 91 237 0.78 0.62 0 0.07 227.35 0.84 0.57
Hex 34 5B ED 4E 3E 0 7 E3 54 39
Octal 64 133 355 116 76 0 7 343 124 71
Binary 110100 1011011 11101101 1001110 111110 0 111 11100011 1010100 111001

Color Harmonies of #345BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345BED

Black with #345BED

Text Example


Text Example

White with #345BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,91,237); }

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

background-color css

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

 a { background-color: rgb(52,91,237); }

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

border-color css

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

 span { border-color: rgb(52,91,237); }

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