#308DBF

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

Shades of Curious Blue #308DBF

Tints of Curious Blue #308DBF

Color information

#308DBF (or 0x308DBF) is unknown color: approx Curious Blue. HEX triplet: 30, 8D and BF. RGB value is (48,141,191). Sum of RGB (Red+Green+Blue) = 48+141+191=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #308DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DBF is #CF7240. Grayscale: #767676. Windows color (decimal): -13595201 or 12553520. OLE color: 12553520.

HSL color Cylindrical-coordinate representation of color #308DBF: hue angle of 200.98º 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 #308DBF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48141191-
CMYK0.750.2600.25
HSL200.98º59.83%46.86%-
HSV(B)200.98º74.87%74.9%-
XYZ20.1523.4452.75-
YUV118.89168.6977.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.63%
GREEN value IS 141 (55.47% from 255) = 37.11%
BLUE value IS 191 (75% from 255) = 50.26%
R=12.63%
G=37.11%
B=50.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481411910.750.2600.25200.9859.8346.86
Hex308DBF4B1A019c93c2f
Octal60215277113320313117457
Binary110000100011011011111110010111101001100111001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308DBF; }

 p { color: rgb(48,141,191); }

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

<style>
 a { background-color: #308DBF; }

 a { background-color: rgb(48,141,191); }

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

<style>
 span { border-color: #308DBF; }

 span { border-color: rgb(48,141,191); }

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