#3089BE

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

Shades of Curious Blue #3089BE

Tints of Curious Blue #3089BE

Color information

#3089BE (or 0x3089BE) is unknown color: approx Curious Blue. HEX triplet: 30, 89 and BE. RGB value is (48,137,190). Sum of RGB (Red+Green+Blue) = 48+137+190=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #3089BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3089BE is #CF7641. Grayscale: #747474. Windows color (decimal): -13596226 or 12486960. OLE color: 12486960.

HSL color Cylindrical-coordinate representation of color #3089BE: hue angle of 202.39º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3089BE is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48137190-
CMYK0.750.2800.25
HSL202.39º59.66%46.67%-
HSV(B)202.39º74.74%74.51%-
XYZ19.4622.2451.98-
YUV116.43169.5179.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=12.8%
G=36.53%
B=50.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481371900.750.2800.25202.3959.6646.67
Hex3089BE4B1C019ca3c2f
Octal60211276113340313127457
Binary110000100010011011111010010111110001100111001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3089BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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