#3340C6

Color #3340C6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #3340C6

Tints of Cerulean Blue #3340C6

Color information

#3340C6 (or 0x3340C6) is unknown color: approx Cerulean Blue. HEX triplet: 33, 40 and C6. RGB value is (51,64,198). Sum of RGB (Red+Green+Blue) = 51+64+198=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #3340C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340C6 is #CCBF39. Grayscale: #4A4A4A. Windows color (decimal): -13418298 or 12992563. OLE color: 12992563.

HSL color Cylindrical-coordinate representation of color #3340C6: hue angle of 234.69º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3340C6 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5164198-
CMYK0.740.6800.22
HSL234.69º59.04%48.82%-
HSV(B)234.69º74.24%77.65%-
XYZ13.398.4554.35-
YUV75.39197.19110.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.29%
GREEN value IS 64 (25.39% from 255) = 20.45%
BLUE value IS 198 (77.73% from 255) = 63.26%
R=16.29%
G=20.45%
B=63.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51641980.740.6800.22234.6959.0448.82
Hex3340C64A44016eb3b31
Octal631003061121040263537361
Binary1100111000000110001101001010100010001011011101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3340C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3340C6; }

 p { color: rgb(51,64,198); }

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

<style>
 a { background-color: #3340C6; }

 a { background-color: rgb(51,64,198); }

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

<style>
 span { border-color: #3340C6; }

 span { border-color: rgb(51,64,198); }

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