#3041BE

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

Shades of Cerulean Blue #3041BE

Tints of Cerulean Blue #3041BE

Color information

#3041BE (or 0x3041BE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 41 and BE. RGB value is (48,65,190). Sum of RGB (Red+Green+Blue) = 48+65+190=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #3041BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041BE is #CFBE41. Grayscale: #494949. Windows color (decimal): -13614658 or 12468528. OLE color: 12468528.

HSL color Cylindrical-coordinate representation of color #3041BE: hue angle of 232.82º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3041BE is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4865190-
CMYK0.750.6600.25
HSL232.82º59.66%46.67%-
HSV(B)232.82º74.74%74.51%-
XYZ12.48.1349.63-
YUV74.17193.37109.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.84%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 190 (74.61% from 255) = 62.71%
R=15.84%
G=21.45%
B=62.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48651900.750.6600.25232.8259.6646.67
Hex3041BE4B42019e93c2f
Octal601012761131020313517457
Binary1100001000001101111101001011100001001100111101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3041BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,65,190); }

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

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

 a { background-color: rgb(48,65,190); }

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

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

 span { border-color: rgb(48,65,190); }

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