#308FBC

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

Shades of Curious Blue #308FBC

Tints of Curious Blue #308FBC

Color information

#308FBC (or 0x308FBC) is unknown color: approx Curious Blue. HEX triplet: 30, 8F and BC. RGB value is (48,143,188). Sum of RGB (Red+Green+Blue) = 48+143+188=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #308FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FBC is #CF7043. Grayscale: #777777. Windows color (decimal): -13594692 or 12357424. OLE color: 12357424.

HSL color Cylindrical-coordinate representation of color #308FBC: hue angle of 199.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308FBC is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB48143188-
CMYK0.740.2400.26
HSL199.29º59.32%46.27%-
HSV(B)199.29º74.47%73.73%-
XYZ20.1223.951.13-
YUV119.72166.5376.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 143 (56.25% from 255) = 37.73%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=12.66%
G=37.73%
B=49.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal481431880.740.2400.26199.2959.3246.27
Hex308FBC4A1801Ac73b2e
Octal60217274112300323077356
Binary110000100011111011110010010101100001101011000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,143,188); }

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

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

 a { background-color: rgb(48,143,188); }

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

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

 span { border-color: rgb(48,143,188); }

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