#3341B5

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

Shades of Cerulean Blue #3341B5

Tints of Cerulean Blue #3341B5

Color information

#3341B5 (or 0x3341B5) is unknown color: approx Cerulean Blue. HEX triplet: 33, 41 and B5. RGB value is (51,65,181). Sum of RGB (Red+Green+Blue) = 51+65+181=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #3341B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3341B5 is #CCBE4A. Grayscale: #494949. Windows color (decimal): -13418059 or 11878707. OLE color: 11878707.

HSL color Cylindrical-coordinate representation of color #3341B5: hue angle of 233.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3341B5 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5165181-
CMYK0.720.6400.29
HSL233.54º56.03%45.49%-
HSV(B)233.54º71.82%70.98%-
XYZ11.67.8244.61-
YUV74.04188.36111.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 181 (71.09% from 255) = 60.94%
R=17.17%
G=21.89%
B=60.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal51651810.720.6400.29233.5456.0345.49
Hex3341B5484001Dea382d
Octal631012651101000353527055
Binary1100111000001101101011001000100000001110111101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3341B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3341B5; }

 p { color: rgb(51,65,181); }

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

<style>
 a { background-color: #3341B5; }

 a { background-color: rgb(51,65,181); }

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

<style>
 span { border-color: #3341B5; }

 span { border-color: rgb(51,65,181); }

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