#3345BE

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

Shades of Cerulean Blue #3345BE

Tints of Cerulean Blue #3345BE

Color information

#3345BE (or 0x3345BE) is unknown color: approx Cerulean Blue. HEX triplet: 33, 45 and BE. RGB value is (51,69,190). Sum of RGB (Red+Green+Blue) = 51+69+190=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #3345BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3345BE is #CCBA41. Grayscale: #4C4C4C. Windows color (decimal): -13417026 or 12469555. OLE color: 12469555.

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

Color convert

RGB5169190-
CMYK0.730.6400.25
HSL232.23º57.68%47.25%-
HSV(B)232.23º73.16%74.51%-
XYZ12.798.6849.72-
YUV77.41191.54109.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=16.45%
G=22.26%
B=61.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal51691900.730.6400.25232.2357.6847.25
Hex3345BE4940019e83a2f
Octal631052761111000313507257
Binary1100111000101101111101001001100000001100111101000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3345BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3345BE; }

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

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

<style>
 a { background-color: #3345BE; }

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

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

<style>
 span { border-color: #3345BE; }

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

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