#334BBE

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

Shades of Cerulean Blue #334BBE

Tints of Cerulean Blue #334BBE

Color information

#334BBE (or 0x334BBE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 4B and BE. RGB value is (51,75,190). Sum of RGB (Red+Green+Blue) = 51+75+190=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #334BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #334BBE is #CCB441. Grayscale: #505050. Windows color (decimal): -13415490 or 12471091. OLE color: 12471091.

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

Color convert

RGB5175190-
CMYK0.730.6100.25
HSL229.64º57.68%47.25%-
HSV(B)229.64º73.16%74.51%-
XYZ13.189.4549.85-
YUV80.93189.55106.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.14%
GREEN value IS 75 (29.69% from 255) = 23.73%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=16.14%
G=23.73%
B=60.13%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51751900.730.6100.25229.6457.6847.25
Hex334BBE493D019e63a2f
Octal63113276111750313467257
Binary110011100101110111110100100111110101100111100110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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