#3342be

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

Shades of Cerulean Blue #3342BE

Tints of Cerulean Blue #3342BE

Color information

#3342BE (or 0x3342BE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 42 and BE. RGB value is (51,66,190). Sum of RGB (Red+Green+Blue) = 51+66+190=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #3342BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3342BE is #CCBD41. Grayscale: #4B4B4B. Windows color (decimal): -13417794 or 12468787. OLE color: 12468787.

HSL color Cylindrical-coordinate representation of color #3342BE: hue angle of 233.53º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3342BE is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5166190-
CMYK0.730.6500.25
HSL233.53º57.68%47.25%-
HSV(B)233.53º73.16%74.51%-
XYZ12.618.3249.66-
YUV75.65192.53110.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.61%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=16.61%
G=21.50%
B=61.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51661900.730.6500.25233.5357.6847.25
Hex3342BE4941019ea3a2f
Octal631022761111010313527257
Binary1100111000010101111101001001100000101100111101010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3342be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3342be; }

 p { color: rgb(51,66,190); }

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

<style>
 a { background-color: #3342be; }

 a { background-color: rgb(51,66,190); }

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

<style>
 span { border-color: #3342be; }

 span { border-color: rgb(51,66,190); }

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