Html Css Color HEX #346CFD Royal Blue

📋 copy color: '#346CFD'

red 52 ◦ green 108 ◦ blue 253

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

Shades of Royal Blue #346CFD

Tints of Royal Blue #346CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 12.59%
G = 26.15%
B = 61.26%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#346CFD (or 0x346CFD) is known color: Royal Blue. HEX triplet: 34, 6C and FD. RGB value is (52,108,253). Sum of RGB (Red+Green+Blue) = 52+108+253=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #346CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #346CFD is #CB9302. Grayscale: #6B6B6B. Windows color (decimal): -13341443 or 16608308. OLE color: 16608308.

HSL color Cylindrical-coordinate representation of color #346CFD: hue angle of 223.28º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #346CFD is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 108 253 -
CMYK 0.79 0.57 0 0.01
HSL 223.28º 0.98% 0.6% -
HSV(B) 223.28º 0.79% 0.99% -
XYZ 24.51 18.55 95.22 -
YUV 107.79 209.95 88.21 -
System Red Green Blue C M Y K H S L
Decimal 52 108 253 0.79 0.57 0 0.01 223.28 0.98 0.6
Hex 34 6C FD 4F 39 0 1 DF 62 3C
Octal 64 154 375 117 71 0 1 337 142 74
Binary 110100 1101100 11111101 1001111 111001 0 1 11011111 1100010 111100

Color Harmonies of #346CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346CFD

Black with #346CFD

Text Example


Text Example

White with #346CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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