#308fcf

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

Shades of Curious Blue #308FCF

Tints of Curious Blue #308FCF

Color information

#308FCF (or 0x308FCF) is unknown color: approx Curious Blue. HEX triplet: 30, 8F and CF. RGB value is (48,143,207). Sum of RGB (Red+Green+Blue) = 48+143+207=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #308FCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FCF is #CF7030. Grayscale: #797979. Windows color (decimal): -13594673 or 13602608. OLE color: 13602608.

HSL color Cylindrical-coordinate representation of color #308FCF: hue angle of 204.15º 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 #308FCF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48143207-
CMYK0.770.3100.19
HSL204.15º62.35%50%-
HSV(B)204.15º76.81%81.18%-
XYZ22.324.7862.64-
YUV121.89176.0375.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.06%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 52.01%
R=12.06%
G=35.93%
B=52.01%

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
Decimal481432070.770.3100.19204.1562.3550
Hex308FCF4D1F013cc3e32
Octal60217317115370233147662
Binary110000100011111100111110011011111101001111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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