#3069BD

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

Shades of Cerulean Blue #3069BD

Tints of Cerulean Blue #3069BD

Color information

#3069BD (or 0x3069BD) is unknown color: approx Cerulean Blue. HEX triplet: 30, 69 and BD. RGB value is (48,105,189). Sum of RGB (Red+Green+Blue) = 48+105+189=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 189 (74.22% from 255 or 55.26% from 342); Max value from RGB is 189 - color contains mainly: blue. Hex color #3069BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069BD is #CF9642. Grayscale: #616161. Windows color (decimal): -13604419 or 12413232. OLE color: 12413232.

HSL color Cylindrical-coordinate representation of color #3069BD: hue angle of 215.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3069BD is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48105189-
CMYK0.750.4400.26
HSL215.74º59.49%46.47%-
HSV(B)215.74º74.6%74.12%-
XYZ15.4614.4150.11-
YUV97.53179.6292.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.04%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 189 (74.22% from 255) = 55.26%
R=14.04%
G=30.70%
B=55.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481051890.750.4400.26215.7459.4946.47
Hex3069BD4B2C01Ad83b2e
Octal60151275113540323307356
Binary110000110100110111101100101110110001101011011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3069BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3069BD; }

 p { color: rgb(48,105,189); }

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

<style>
 a { background-color: #3069BD; }

 a { background-color: rgb(48,105,189); }

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

<style>
 span { border-color: #3069BD; }

 span { border-color: rgb(48,105,189); }

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