#308FB8

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

Shades of Curious Blue #308FB8

Tints of Curious Blue #308FB8

Color information

#308FB8 (or 0x308FB8) is unknown color: approx Curious Blue. HEX triplet: 30, 8F and B8. RGB value is (48,143,184). Sum of RGB (Red+Green+Blue) = 48+143+184=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #308FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FB8 is #CF7047. Grayscale: #777777. Windows color (decimal): -13594696 or 12095280. OLE color: 12095280.

HSL color Cylindrical-coordinate representation of color #308FB8: hue angle of 198.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308FB8 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB48143184-
CMYK0.740.2200.28
HSL198.09º58.62%45.49%-
HSV(B)198.09º73.91%72.16%-
XYZ19.6923.7348.89-
YUV119.27164.5377.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 184 (72.27% from 255) = 49.07%
R=12.8%
G=38.13%
B=49.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481431840.740.2200.28198.0958.6245.49
Hex308FB84A1601Cc63b2d
Octal60217270112260343067355
Binary110000100011111011100010010101011001110011000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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