#308BB4

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

Shades of Curious Blue #308BB4

Tints of Curious Blue #308BB4

Color information

#308BB4 (or 0x308BB4) is unknown color: approx Curious Blue. HEX triplet: 30, 8B and B4. RGB value is (48,139,180). Sum of RGB (Red+Green+Blue) = 48+139+180=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 180 (70.70% from 255 or 49.05% from 367); Max value from RGB is 180 - color contains mainly: blue. Hex color #308BB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BB4 is #CF744B. Grayscale: #747474. Windows color (decimal): -13595724 or 11832112. OLE color: 11832112.

HSL color Cylindrical-coordinate representation of color #308BB4: hue angle of 198.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308BB4 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48139180-
CMYK0.730.2300.29
HSL198.64º57.89%44.71%-
HSV(B)198.64º73.33%70.59%-
XYZ18.6922.3946.52-
YUV116.46163.8579.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 180 (70.70% from 255) = 49.05%
R=13.08%
G=37.87%
B=49.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481391800.730.2300.29198.6457.8944.71
Hex308BB4491701Dc73a2d
Octal60213264111270353077255
Binary110000100010111011010010010011011101110111000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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