Html Css Color HEX #346ECF Royal Blue

📋 copy color: '#346ECF'

red 52 ◦ green 110 ◦ blue 207

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

Shades of Royal Blue #346ECF

Tints of Royal Blue #346ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 207 (81.25% from 255) = 56.1%

R = 14.09%
G = 29.81%
B = 56.1%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#346ECF (or 0x346ECF) is known color: Royal Blue. HEX triplet: 34, 6E and CF. RGB value is (52,110,207). Sum of RGB (Red+Green+Blue) = 52+110+207=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #346ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346ECF is #CB9130. Grayscale: #676767. Windows color (decimal): -13340977 or 13594164. OLE color: 13594164.

HSL color Cylindrical-coordinate representation of color #346ECF: hue angle of 217.55º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #346ECF is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 110 207 -
CMYK 0.75 0.47 0 0.19
HSL 217.55º 0.62% 0.51% -
HSV(B) 217.55º 0.75% 0.81% -
XYZ 18.25 16.39 61.23 -
YUV 103.72 186.28 91.11 -
System Red Green Blue C M Y K H S L
Decimal 52 110 207 0.75 0.47 0 0.19 217.55 0.62 0.51
Hex 34 6E CF 4B 2F 0 13 DA 3E 33
Octal 64 156 317 113 57 0 23 332 76 63
Binary 110100 1101110 11001111 1001011 101111 0 10011 11011010 111110 110011

Color Harmonies of #346ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346ECF

Black with #346ECF

Text Example


Text Example

White with #346ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,207); }

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

background-color css

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

 a { background-color: rgb(52,110,207); }

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

border-color css

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

 span { border-color: rgb(52,110,207); }

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