Html Css Color HEX #3466CF Royal Blue

📋 copy color: '#3466CF'

red 52 ◦ green 102 ◦ blue 207

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

Shades of Royal Blue #3466CF

Tints of Royal Blue #3466CF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 14.4%
G = 28.25%
B = 57.34%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3466CF (or 0x3466CF) is known color: Royal Blue. HEX triplet: 34, 66 and CF. RGB value is (52,102,207). Sum of RGB (Red+Green+Blue) = 52+102+207=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #3466CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466CF is #CB9930. Grayscale: #626262. Windows color (decimal): -13343025 or 13592116. OLE color: 13592116.

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

Color convert

RGB 52 102 207 -
CMYK 0.75 0.51 0 0.19
HSL 220.65º 0.62% 0.51% -
HSV(B) 220.65º 0.75% 0.81% -
XYZ 17.43 14.74 60.96 -
YUV 99.02 188.94 94.46 -
System Red Green Blue C M Y K H S L
Decimal 52 102 207 0.75 0.51 0 0.19 220.65 0.62 0.51
Hex 34 66 CF 4B 33 0 13 DD 3E 33
Octal 64 146 317 113 63 0 23 335 76 63
Binary 110100 1100110 11001111 1001011 110011 0 10011 11011101 111110 110011

Color Harmonies of #3466CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3466CF

Black with #3466CF

Text Example


Text Example

White with #3466CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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