#334FBB

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

Shades of Cerulean Blue #334FBB

Tints of Cerulean Blue #334FBB

Color information

#334FBB (or 0x334FBB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4F and BB. RGB value is (51,79,187). Sum of RGB (Red+Green+Blue) = 51+79+187=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #334FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334FBB is #CCB044. Grayscale: #525252. Windows color (decimal): -13414469 or 12275507. OLE color: 12275507.

HSL color Cylindrical-coordinate representation of color #334FBB: hue angle of 227.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334FBB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5179187-
CMYK0.730.5800.27
HSL227.65º57.14%46.67%-
HSV(B)227.65º72.73%73.33%-
XYZ13.139.8848.23-
YUV82.94186.72105.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 79 (31.25% from 255) = 24.92%
BLUE value IS 187 (73.44% from 255) = 58.99%
R=16.09%
G=24.92%
B=58.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51791870.730.5800.27227.6557.1446.67
Hex334FBB493A01Be4392f
Octal63117273111720333447157
Binary110011100111110111011100100111101001101111100100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334FBB; }

 p { color: rgb(51,79,187); }

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

<style>
 a { background-color: #334FBB; }

 a { background-color: rgb(51,79,187); }

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

<style>
 span { border-color: #334FBB; }

 span { border-color: rgb(51,79,187); }

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