#3069B9

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

Shades of Cerulean Blue #3069B9

Tints of Cerulean Blue #3069B9

Color information

#3069B9 (or 0x3069B9) is unknown color: approx Cerulean Blue. HEX triplet: 30, 69 and B9. RGB value is (48,105,185). Sum of RGB (Red+Green+Blue) = 48+105+185=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #3069B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3069B9 is #CF9646. Grayscale: #606060. Windows color (decimal): -13604423 or 12151088. OLE color: 12151088.

HSL color Cylindrical-coordinate representation of color #3069B9: hue angle of 215.04º 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 #3069B9 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB48105185-
CMYK0.740.4300.27
HSL215.04º58.8%45.69%-
HSV(B)215.04º74.05%72.55%-
XYZ15.0314.2347.85-
YUV97.08177.6293-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.20%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 185 (72.66% from 255) = 54.73%
R=14.20%
G=31.07%
B=54.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481051850.740.4300.27215.0458.845.69
Hex3069B94A2B01Bd73b2e
Octal60151271112530333277356
Binary110000110100110111001100101010101101101111010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3069B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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