#3088D0

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

Shades of Curious Blue #3088D0

Tints of Curious Blue #3088D0

Color information

#3088D0 (or 0x3088D0) is unknown color: approx Curious Blue. HEX triplet: 30, 88 and D0. RGB value is (48,136,208). Sum of RGB (Red+Green+Blue) = 48+136+208=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #3088D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3088D0 is #CF772F. Grayscale: #757575. Windows color (decimal): -13596464 or 13666352. OLE color: 13666352.

HSL color Cylindrical-coordinate representation of color #3088D0: hue angle of 207º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3088D0 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB48136208-
CMYK0.770.3500.18
HSL207º62.99%50.2%-
HSV(B)207º76.92%81.57%-
XYZ21.4122.7962.95-
YUV117.9178.8578.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.24%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=12.24%
G=34.69%
B=53.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal481362080.770.3500.1820762.9950.2
Hex3088D04D23012cf3f32
Octal60210320115430223177762
Binary1100001000100011010000100110110001101001011001111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3088D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3088D0; }

 p { color: rgb(48,136,208); }

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

<style>
 a { background-color: #3088D0; }

 a { background-color: rgb(48,136,208); }

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

<style>
 span { border-color: #3088D0; }

 span { border-color: rgb(48,136,208); }

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