Html Css Color HEX #3468CF Royal Blue

📋 copy color: '#3468CF'

red 52 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #3468CF

Tints of Royal Blue #3468CF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 14.33%
G = 28.65%
B = 57.02%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3468CF (or 0x3468CF) is known color: Royal Blue. HEX triplet: 34, 68 and CF. RGB value is (52,104,207). Sum of RGB (Red+Green+Blue) = 52+104+207=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #3468CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3468CF is #CB9730. Grayscale: #636363. Windows color (decimal): -13342513 or 13592628. OLE color: 13592628.

HSL color Cylindrical-coordinate representation of color #3468CF: hue angle of 219.87º 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 #3468CF is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 104 207 -
CMYK 0.75 0.50 0 0.19
HSL 219.87º 0.62% 0.51% -
HSV(B) 219.87º 0.75% 0.81% -
XYZ 17.63 15.14 61.02 -
YUV 100.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 52 104 207 0.75 0.50 0 0.19 219.87 0.62 0.51
Hex 34 68 CF 4B 32 0 13 DC 3E 33
Octal 64 150 317 113 62 0 23 334 76 63
Binary 110100 1101000 11001111 1001011 110010 0 10011 11011100 111110 110011

Color Harmonies of #3468CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3468CF

Black with #3468CF

Text Example


Text Example

White with #3468CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3468CF; }

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

 H1.HeaderClassName
 {
   color: #3468CF;
 }
 .AnyTagClassName
 {
   color: #3468CF;
 }
</style>

background-color css

<style>
 a { background-color: #3468CF; }

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

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

border-color css

<style>
 span { border-color: #3468CF; }

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

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