#307CC1

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

Shades of Curious Blue #307CC1

Tints of Curious Blue #307CC1

Color information

#307CC1 (or 0x307CC1) is unknown color: approx Curious Blue. HEX triplet: 30, 7C and C1. RGB value is (48,124,193). Sum of RGB (Red+Green+Blue) = 48+124+193=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #307CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CC1 is #CF833E. Grayscale: #6C6C6C. Windows color (decimal): -13599551 or 12680240. OLE color: 12680240.

HSL color Cylindrical-coordinate representation of color #307CC1: hue angle of 208.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #307CC1 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48124193-
CMYK0.750.3600.24
HSL208.55º60.17%47.25%-
HSV(B)208.55º75.13%75.69%-
XYZ18.0518.8953.15-
YUV109.14175.3284.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.15%
GREEN value IS 124 (48.83% from 255) = 33.97%
BLUE value IS 193 (75.78% from 255) = 52.88%
R=13.15%
G=33.97%
B=52.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481241930.750.3600.24208.5560.1747.25
Hex307CC14B24018d13c2f
Octal60174301113440303217457
Binary110000111110011000001100101110010001100011010001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307CC1; }

 p { color: rgb(48,124,193); }

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

<style>
 a { background-color: #307CC1; }

 a { background-color: rgb(48,124,193); }

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

<style>
 span { border-color: #307CC1; }

 span { border-color: rgb(48,124,193); }

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