#3343B8

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

Shades of Cerulean Blue #3343B8

Tints of Cerulean Blue #3343B8

Color information

#3343B8 (or 0x3343B8) is unknown color: approx Cerulean Blue. HEX triplet: 33, 43 and B8. RGB value is (51,67,184). Sum of RGB (Red+Green+Blue) = 51+67+184=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 184 (72.27% from 255 or 60.93% from 302); Max value from RGB is 184 - color contains mainly: blue. Hex color #3343B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3343B8 is #CCBC47. Grayscale: #4B4B4B. Windows color (decimal): -13417544 or 12075827. OLE color: 12075827.

HSL color Cylindrical-coordinate representation of color #3343B8: hue angle of 232.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3343B8 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5167184-
CMYK0.720.6400.28
HSL232.78º56.6%46.08%-
HSV(B)232.78º72.28%72.16%-
XYZ12.028.1846.29-
YUV75.55189.2110.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 184 (72.27% from 255) = 60.93%
R=16.89%
G=22.19%
B=60.93%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal51671840.720.6400.28232.7856.646.08
Hex3343B8484001Ce9392e
Octal631032701101000343517156
Binary1100111000011101110001001000100000001110011101001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3343B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3343B8; }

 p { color: rgb(51,67,184); }

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

<style>
 a { background-color: #3343B8; }

 a { background-color: rgb(51,67,184); }

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

<style>
 span { border-color: #3343B8; }

 span { border-color: rgb(51,67,184); }

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