#3043AE

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

Shades of Cerulean Blue #3043AE

Tints of Cerulean Blue #3043AE

Color information

#3043AE (or 0x3043AE) is unknown color: approx Cerulean Blue. HEX triplet: 30, 43 and AE. RGB value is (48,67,174). Sum of RGB (Red+Green+Blue) = 48+67+174=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #3043AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3043AE is #CFBC51. Grayscale: #494949. Windows color (decimal): -13614162 or 11420464. OLE color: 11420464.

HSL color Cylindrical-coordinate representation of color #3043AE: hue angle of 230.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3043AE is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4867174-
CMYK0.720.6100.32
HSL230.95º56.76%43.53%-
HSV(B)230.95º72.41%68.24%-
XYZ10.877.740.96-
YUV73.52184.71109.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=16.61%
G=23.18%
B=60.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48671740.720.6100.32230.9556.7643.53
Hex3043AE483D020e7392c
Octal60103256110750403477154
Binary1100001000011101011101001000111101010000011100111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3043AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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