#308BC6

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

Shades of Curious Blue #308BC6

Tints of Curious Blue #308BC6

Color information

#308BC6 (or 0x308BC6) is unknown color: approx Curious Blue. HEX triplet: 30, 8B and C6. RGB value is (48,139,198). Sum of RGB (Red+Green+Blue) = 48+139+198=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #308BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BC6 is #CF7439. Grayscale: #767676. Windows color (decimal): -13595706 or 13011760. OLE color: 13011760.

HSL color Cylindrical-coordinate representation of color #308BC6: hue angle of 203.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308BC6 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB48139198-
CMYK0.760.3000.22
HSL203.6º60.98%48.24%-
HSV(B)203.6º75.76%77.65%-
XYZ20.6423.1756.81-
YUV118.52172.8577.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 139 (54.69% from 255) = 36.10%
BLUE value IS 198 (77.73% from 255) = 51.43%
R=12.47%
G=36.10%
B=51.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal481391980.760.3000.22203.660.9848.24
Hex308BC64C1E016cc3d30
Octal60213306114360263147560
Binary110000100010111100011010011001111001011011001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,139,198); }

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

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

 a { background-color: rgb(48,139,198); }

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

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

 span { border-color: rgb(48,139,198); }

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