#308fce

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

Shades of Curious Blue #308FCE

Tints of Curious Blue #308FCE

Color information

#308FCE (or 0x308FCE) is unknown color: approx Curious Blue. HEX triplet: 30, 8F and CE. RGB value is (48,143,206). Sum of RGB (Red+Green+Blue) = 48+143+206=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #308FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FCE is #CF7031. Grayscale: #797979. Windows color (decimal): -13594674 or 13537072. OLE color: 13537072.

HSL color Cylindrical-coordinate representation of color #308FCE: hue angle of 203.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308FCE is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48143206-
CMYK0.770.3100.19
HSL203.92º62.2%49.8%-
HSV(B)203.92º76.7%80.78%-
XYZ22.1824.7362-
YUV121.78175.5375.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.09%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 206 (80.86% from 255) = 51.89%
R=12.09%
G=36.02%
B=51.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481432060.770.3100.19203.9262.249.8
Hex308FCE4D1F013cc3e32
Octal60217316115370233147662
Binary110000100011111100111010011011111101001111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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