#3469CC

Color #3469CC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3469CC

Tints of Royal Blue #3469CC

Color information

#3469CC (or 0x3469CC) is unknown color: approx Royal Blue. HEX triplet: 34, 69 and CC. RGB value is (52,105,204). Sum of RGB (Red+Green+Blue) = 52+105+204=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #3469CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3469CC is #CB9633. Grayscale: #636363. Windows color (decimal): -13342260 or 13396276. OLE color: 13396276.

HSL color Cylindrical-coordinate representation of color #3469CC: hue angle of 219.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3469CC is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52105204-
CMYK0.750.4900.2
HSL219.08º59.84%50.2%-
HSV(B)219.08º74.51%80%-
XYZ17.3715.1959.14-
YUV100.44186.4493.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=14.40%
G=29.09%
B=56.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521052040.750.4900.2219.0859.8450.2
Hex3469CC4B31014db3c32
Octal64151314113610243337462
Binary110100110100111001100100101111000101010011011011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3469CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3469CC; }

 p { color: rgb(52,105,204); }

 H1.HeaderClassName
 {
   color: #3469CC;
 }
 .AnyTagClassName
 {
   color: #3469CC;
 }
</style>
background-color css

<style>
 a { background-color: #3469CC; }

 a { background-color: rgb(52,105,204); }

 div.DivClassName
 {
   background-color: #3469CC;
 }
 .BgClassName
 {
   background-color: #3469CC;
 }
</style>
border-color css

<style>
 span { border-color: #3469CC; }

 span { border-color: rgb(52,105,204); }

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