#3089B8

Color #3089B8 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3089B8

Tints of Curious Blue #3089B8

Color information

#3089B8 (or 0x3089B8) is unknown color: approx Curious Blue. HEX triplet: 30, 89 and B8. RGB value is (48,137,184). Sum of RGB (Red+Green+Blue) = 48+137+184=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 184 (72.27% from 255 or 49.86% from 369); Max value from RGB is 184 - color contains mainly: blue. Hex color #3089B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089B8 is #CF7647. Grayscale: #737373. Windows color (decimal): -13596232 or 12093744. OLE color: 12093744.

HSL color Cylindrical-coordinate representation of color #3089B8: hue angle of 200.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3089B8 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48137184-
CMYK0.740.2600.28
HSL200.74º58.62%45.49%-
HSV(B)200.74º73.91%72.16%-
XYZ18.8221.9848.6-
YUV115.75166.5179.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.01%
GREEN value IS 137 (53.91% from 255) = 37.13%
BLUE value IS 184 (72.27% from 255) = 49.86%
R=13.01%
G=37.13%
B=49.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481371840.740.2600.28200.7458.6245.49
Hex3089B84A1A01Cc93b2d
Octal60211270112320343117355
Binary110000100010011011100010010101101001110011001001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3089B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3089B8; }

 p { color: rgb(48,137,184); }

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

<style>
 a { background-color: #3089B8; }

 a { background-color: rgb(48,137,184); }

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

<style>
 span { border-color: #3089B8; }

 span { border-color: rgb(48,137,184); }

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