Html Css Color HEX #346CEE Royal Blue

📋 copy color: '#346CEE'

red 52 ◦ green 108 ◦ blue 238

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

Shades of Royal Blue #346CEE

Tints of Royal Blue #346CEE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.14%

 BLUE value IS 238 (93.36% from 255) = 59.8%

R = 13.07%
G = 27.14%
B = 59.8%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#346CEE (or 0x346CEE) is known color: Royal Blue. HEX triplet: 34, 6C and EE. RGB value is (52,108,238). Sum of RGB (Red+Green+Blue) = 52+108+238=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #346CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CEE is #CB9311. Grayscale: #696969. Windows color (decimal): -13341458 or 15625268. OLE color: 15625268.

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

Color convert

RGB 52 108 238 -
CMYK 0.78 0.55 0 0.07
HSL 221.94º 0.85% 0.57% -
HSV(B) 221.94º 0.78% 0.93% -
XYZ 22.21 17.63 83.12 -
YUV 106.08 202.45 89.43 -
System Red Green Blue C M Y K H S L
Decimal 52 108 238 0.78 0.55 0 0.07 221.94 0.85 0.57
Hex 34 6C EE 4E 37 0 7 DE 55 39
Octal 64 154 356 116 67 0 7 336 125 71
Binary 110100 1101100 11101110 1001110 110111 0 111 11011110 1010101 111001

Color Harmonies of #346CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CEE

Black with #346CEE

Text Example


Text Example

White with #346CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,238); }

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

background-color css

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

 a { background-color: rgb(52,108,238); }

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

border-color css

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

 span { border-color: rgb(52,108,238); }

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