Html Css Color HEX #346FED Royal Blue

📋 copy color: '#346FED'

red 52 ◦ green 111 ◦ blue 237

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

Shades of Royal Blue #346FED

Tints of Royal Blue #346FED

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.75%

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

R = 13%
G = 27.75%
B = 59.25%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#346FED (or 0x346FED) is known color: Royal Blue. HEX triplet: 34, 6F and ED. RGB value is (52,111,237). Sum of RGB (Red+Green+Blue) = 52+111+237=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #346FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346FED is #CB9012. Grayscale: #6B6B6B. Windows color (decimal): -13340691 or 15560500. OLE color: 15560500.

HSL color Cylindrical-coordinate representation of color #346FED: hue angle of 220.86º 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 #346FED is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 111 237 -
CMYK 0.78 0.53 0 0.07
HSL 220.86º 0.84% 0.57% -
HSV(B) 220.86º 0.78% 0.93% -
XYZ 22.39 18.21 82.46 -
YUV 107.72 200.95 88.25 -
System Red Green Blue C M Y K H S L
Decimal 52 111 237 0.78 0.53 0 0.07 220.86 0.84 0.57
Hex 34 6F ED 4E 35 0 7 DD 54 39
Octal 64 157 355 116 65 0 7 335 124 71
Binary 110100 1101111 11101101 1001110 110101 0 111 11011101 1010100 111001

Color Harmonies of #346FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FED

Black with #346FED

Text Example


Text Example

White with #346FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346FED; }

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

 H1.HeaderClassName
 {
   color: #346FED;
 }
 .AnyTagClassName
 {
   color: #346FED;
 }
</style>

background-color css

<style>
 a { background-color: #346FED; }

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

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

border-color css

<style>
 span { border-color: #346FED; }

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

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