#3368DD

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

Shades of Royal Blue #3368DD

Tints of Royal Blue #3368DD

Color information

#3368DD (or 0x3368DD) is unknown color: approx Royal Blue. HEX triplet: 33, 68 and DD. RGB value is (51,104,221). Sum of RGB (Red+Green+Blue) = 51+104+221=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #3368DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3368DD is #CC9722. Grayscale: #646464. Windows color (decimal): -13408035 or 14510131. OLE color: 14510131.

HSL color Cylindrical-coordinate representation of color #3368DD: hue angle of 221.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3368DD is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51104221-
CMYK0.770.5300.13
HSL221.29º71.43%53.33%-
HSV(B)221.29º76.92%86.67%-
XYZ19.3715.8270.44-
YUV101.49195.4491.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.56%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 58.78%
R=13.56%
G=27.66%
B=58.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511042210.770.5300.13221.2971.4353.33
Hex3368DD4D350Ddd4735
Octal631503351156501533510765
Binary110011110100011011101100110111010101101110111011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3368DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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