#308BBA

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

Shades of Curious Blue #308BBA

Tints of Curious Blue #308BBA

Color information

#308BBA (or 0x308BBA) is unknown color: approx Curious Blue. HEX triplet: 30, 8B and BA. RGB value is (48,139,186). Sum of RGB (Red+Green+Blue) = 48+139+186=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #308BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBA is #CF7445. Grayscale: #747474. Windows color (decimal): -13595718 or 12225328. OLE color: 12225328.

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

Color convert

RGB48139186-
CMYK0.740.2500.27
HSL200.43º58.97%45.88%-
HSV(B)200.43º74.19%72.94%-
XYZ19.3122.6449.81-
YUV117.15166.8578.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 186 (73.05% from 255) = 49.87%
R=12.87%
G=37.27%
B=49.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481391860.740.2500.27200.4358.9745.88
Hex308BBA4A1901Bc83b2e
Octal60213272112310333107356
Binary110000100010111011101010010101100101101111001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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