#3043AA

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

Shades of Cerulean Blue #3043AA

Tints of Cerulean Blue #3043AA

Color information

#3043AA (or 0x3043AA) is unknown color: approx Cerulean Blue. HEX triplet: 30, 43 and AA. RGB value is (48,67,170). Sum of RGB (Red+Green+Blue) = 48+67+170=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3043AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043AA is #CFBC55. Grayscale: #484848. Windows color (decimal): -13614166 or 11158320. OLE color: 11158320.

HSL color Cylindrical-coordinate representation of color #3043AA: hue angle of 230.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3043AA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4867170-
CMYK0.720.6100.33
HSL230.66º55.96%42.75%-
HSV(B)230.66º71.76%66.67%-
XYZ10.487.5438.93-
YUV73.06182.71110.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=16.84%
G=23.51%
B=59.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48671700.720.6100.33230.6655.9642.75
Hex3043AA483D021e7382b
Octal60103252110750413477053
Binary1100001000011101010101001000111101010000111100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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