#3364CE

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

Shades of Royal Blue #3364CE

Tints of Royal Blue #3364CE

Color information

#3364CE (or 0x3364CE) is unknown color: approx Royal Blue. HEX triplet: 33, 64 and CE. RGB value is (51,100,206). Sum of RGB (Red+Green+Blue) = 51+100+206=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #3364CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3364CE is #CC9B31. Grayscale: #606060. Windows color (decimal): -13409074 or 13526067. OLE color: 13526067.

HSL color Cylindrical-coordinate representation of color #3364CE: hue angle of 221.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3364CE is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB51100206-
CMYK0.750.5100.19
HSL221.03º61.26%50.39%-
HSV(B)221.03º75.24%80.78%-
XYZ17.0614.2760.25-
YUV97.43189.2794.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.29%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 206 (80.86% from 255) = 57.70%
R=14.29%
G=28.01%
B=57.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal511002060.750.5100.19221.0361.2650.39
Hex3364CE4B33013dd3d32
Octal63144316113630233357562
Binary110011110010011001110100101111001101001111011101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3364CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3364CE; }

 p { color: rgb(51,100,206); }

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

<style>
 a { background-color: #3364CE; }

 a { background-color: rgb(51,100,206); }

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

<style>
 span { border-color: #3364CE; }

 span { border-color: rgb(51,100,206); }

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