#3340BC

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

Shades of Cerulean Blue #3340BC

Tints of Cerulean Blue #3340BC

Color information

#3340BC (or 0x3340BC) is unknown color: approx Cerulean Blue. HEX triplet: 33, 40 and BC. RGB value is (51,64,188). Sum of RGB (Red+Green+Blue) = 51+64+188=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #3340BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3340BC is #CCBF43. Grayscale: #494949. Windows color (decimal): -13418308 or 12337203. OLE color: 12337203.

HSL color Cylindrical-coordinate representation of color #3340BC: hue angle of 234.31º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3340BC is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5164188-
CMYK0.730.6600.26
HSL234.31º57.32%46.86%-
HSV(B)234.31º72.87%73.73%-
XYZ12.28848.47-
YUV74.25192.19111.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 64 (25.39% from 255) = 21.12%
BLUE value IS 188 (73.83% from 255) = 62.05%
R=16.83%
G=21.12%
B=62.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal51641880.730.6600.26234.3157.3246.86
Hex3340BC494201Aea392f
Octal631002741111020323527157
Binary1100111000000101111001001001100001001101011101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3340BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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