#3368DA

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

Shades of Royal Blue #3368DA

Tints of Royal Blue #3368DA

Color information

#3368DA (or 0x3368DA) is unknown color: approx Royal Blue. HEX triplet: 33, 68 and DA. RGB value is (51,104,218). Sum of RGB (Red+Green+Blue) = 51+104+218=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #3368DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368DA is #CC9725. Grayscale: #646464. Windows color (decimal): -13408038 or 14313523. OLE color: 14313523.

HSL color Cylindrical-coordinate representation of color #3368DA: hue angle of 220.96º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3368DA is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB51104218-
CMYK0.770.5200.15
HSL220.96º69.29%52.75%-
HSV(B)220.96º76.61%85.49%-
XYZ18.9715.6768.35-
YUV101.15193.9492.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 218 (85.55% from 255) = 58.45%
R=13.67%
G=27.88%
B=58.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal511042180.770.5200.15220.9669.2952.75
Hex3368DA4D340Fdd4535
Octal631503321156401733510565
Binary110011110100011011010100110111010001111110111011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3368DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3368DA; }

 p { color: rgb(51,104,218); }

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

<style>
 a { background-color: #3368DA; }

 a { background-color: rgb(51,104,218); }

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

<style>
 span { border-color: #3368DA; }

 span { border-color: rgb(51,104,218); }

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