Html Css Color HEX #346FCA Royal Blue

📋 copy color: '#346FCA'

red 52 ◦ green 111 ◦ blue 202

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

Shades of Royal Blue #346FCA

Tints of Royal Blue #346FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 14.25%
G = 30.41%
B = 55.34%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#346FCA (or 0x346FCA) is known color: Royal Blue. HEX triplet: 34, 6F and CA. RGB value is (52,111,202). Sum of RGB (Red+Green+Blue) = 52+111+202=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #346FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #346FCA is #CB9035. Grayscale: #676767. Windows color (decimal): -13340726 or 13266740. OLE color: 13266740.

HSL color Cylindrical-coordinate representation of color #346FCA: hue angle of 216.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #346FCA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 111 202 -
CMYK 0.74 0.45 0 0.21
HSL 216.4º 0.59% 0.5% -
HSV(B) 216.4º 0.74% 0.79% -
XYZ 17.76 16.36 58.1 -
YUV 103.73 183.45 91.1 -
System Red Green Blue C M Y K H S L
Decimal 52 111 202 0.74 0.45 0 0.21 216.4 0.59 0.5
Hex 34 6F CA 4A 2D 0 15 D8 3B 32
Octal 64 157 312 112 55 0 25 330 73 62
Binary 110100 1101111 11001010 1001010 101101 0 10101 11011000 111011 110010

Color Harmonies of #346FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346FCA

Black with #346FCA

Text Example


Text Example

White with #346FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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