#3043BB

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

Shades of Cerulean Blue #3043BB

Tints of Cerulean Blue #3043BB

Color information

#3043BB (or 0x3043BB) is unknown color: approx Cerulean Blue. HEX triplet: 30, 43 and BB. RGB value is (48,67,187). Sum of RGB (Red+Green+Blue) = 48+67+187=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 67 (26.56% from 255 or 22.19% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #3043BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043BB is #CFBC44. Grayscale: #4A4A4A. Windows color (decimal): -13614149 or 12272432. OLE color: 12272432.

HSL color Cylindrical-coordinate representation of color #3043BB: hue angle of 231.8º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3043BB is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4867187-
CMYK0.740.6400.27
HSL231.8º59.15%46.08%-
HSV(B)231.8º74.33%73.33%-
XYZ12.28.2347.96-
YUV75191.21108.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.89%
GREEN value IS 67 (26.56% from 255) = 22.19%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=15.89%
G=22.19%
B=61.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal48671870.740.6400.27231.859.1546.08
Hex3043BB4A4001Be83b2e
Octal601032731121000333507356
Binary1100001000011101110111001010100000001101111101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3043BB; }

 p { color: rgb(48,67,187); }

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

<style>
 a { background-color: #3043BB; }

 a { background-color: rgb(48,67,187); }

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

<style>
 span { border-color: #3043BB; }

 span { border-color: rgb(48,67,187); }

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