#308ECE

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

Shades of Curious Blue #308ECE

Tints of Curious Blue #308ECE

Color information

#308ECE (or 0x308ECE) is unknown color: approx Curious Blue. HEX triplet: 30, 8E and CE. RGB value is (48,142,206). Sum of RGB (Red+Green+Blue) = 48+142+206=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #308ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ECE is #CF7131. Grayscale: #787878. Windows color (decimal): -13594930 or 13536816. OLE color: 13536816.

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

Color convert

RGB48142206-
CMYK0.770.3100.19
HSL204.3º62.2%49.8%-
HSV(B)204.3º76.7%80.78%-
XYZ22.0324.4361.95-
YUV121.19175.8675.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.12%
GREEN value IS 142 (55.86% from 255) = 35.86%
BLUE value IS 206 (80.86% from 255) = 52.02%
R=12.12%
G=35.86%
B=52.02%

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
Decimal481422060.770.3100.19204.362.249.8
Hex308ECE4D1F013cc3e32
Octal60216316115370233147662
Binary110000100011101100111010011011111101001111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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