#334DBB

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

Shades of Cerulean Blue #334DBB

Tints of Cerulean Blue #334DBB

Color information

#334DBB (or 0x334DBB) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4D and BB. RGB value is (51,77,187). Sum of RGB (Red+Green+Blue) = 51+77+187=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #334DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #334DBB is #CCB244. Grayscale: #515151. Windows color (decimal): -13414981 or 12274995. OLE color: 12274995.

HSL color Cylindrical-coordinate representation of color #334DBB: hue angle of 228.53º 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 #334DBB is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5177187-
CMYK0.730.5900.27
HSL228.53º57.14%46.67%-
HSV(B)228.53º72.73%73.33%-
XYZ12.999.648.18-
YUV81.77187.39106.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=16.19%
G=24.44%
B=59.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal51771870.730.5900.27228.5357.1446.67
Hex334DBB493B01Be5392f
Octal63115273111730333457157
Binary110011100110110111011100100111101101101111100101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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