#308EC2

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

Shades of Curious Blue #308EC2

Tints of Curious Blue #308EC2

Color information

#308EC2 (or 0x308EC2) is unknown color: approx Curious Blue. HEX triplet: 30, 8E and C2. RGB value is (48,142,194). Sum of RGB (Red+Green+Blue) = 48+142+194=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #308EC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EC2 is #CF713D. Grayscale: #777777. Windows color (decimal): -13594942 or 12750384. OLE color: 12750384.

HSL color Cylindrical-coordinate representation of color #308EC2: hue angle of 201.37º 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 #308EC2 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB48142194-
CMYK0.750.2700.24
HSL201.37º60.33%47.45%-
HSV(B)201.37º75.26%76.08%-
XYZ20.6323.8754.56-
YUV119.82169.8676.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.5%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 194 (76.17% from 255) = 50.52%
R=12.5%
G=36.98%
B=50.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481421940.750.2700.24201.3760.3347.45
Hex308EC24B1B018c93c2f
Octal60216302113330303117457
Binary110000100011101100001010010111101101100011001001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,142,194); }

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

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

 a { background-color: rgb(48,142,194); }

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

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

 span { border-color: rgb(48,142,194); }

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