#3052C9

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

Shades of Cerulean Blue #3052C9

Tints of Cerulean Blue #3052C9

Color information

#3052C9 (or 0x3052C9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 52 and C9. RGB value is (48,82,201). Sum of RGB (Red+Green+Blue) = 48+82+201=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #3052C9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3052C9 is #CFAD36. Grayscale: #545454. Windows color (decimal): -13610295 or 13193776. OLE color: 13193776.

HSL color Cylindrical-coordinate representation of color #3052C9: hue angle of 226.67º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3052C9 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4882201-
CMYK0.760.5900.21
HSL226.67º61.45%48.82%-
HSV(B)226.67º76.12%78.82%-
XYZ14.7810.8856.58-
YUV85.4193.24101.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.50%
GREEN value IS 82 (32.42% from 255) = 24.77%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=14.50%
G=24.77%
B=60.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal48822010.760.5900.21226.6761.4548.82
Hex3052C94C3B015e33d31
Octal60122311114730253437561
Binary110000101001011001001100110011101101010111100011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3052C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3052C9; }

 p { color: rgb(48,82,201); }

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

<style>
 a { background-color: #3052C9; }

 a { background-color: rgb(48,82,201); }

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

<style>
 span { border-color: #3052C9; }

 span { border-color: rgb(48,82,201); }

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