#308AC0

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

Shades of Curious Blue #308AC0

Tints of Curious Blue #308AC0

Color information

#308AC0 (or 0x308AC0) is unknown color: approx Curious Blue. HEX triplet: 30, 8A and C0. RGB value is (48,138,192). Sum of RGB (Red+Green+Blue) = 48+138+192=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #308AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AC0 is #CF753F. Grayscale: #747474. Windows color (decimal): -13595968 or 12618288. OLE color: 12618288.

HSL color Cylindrical-coordinate representation of color #308AC0: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308AC0 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB48138192-
CMYK0.750.2800.25
HSL202.5º60%47.06%-
HSV(B)202.5º75%75.29%-
XYZ19.8222.6153.19-
YUV117.25170.1878.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=12.70%
G=36.51%
B=50.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal481381920.750.2800.25202.56047.06
Hex308AC04B1C019ca3c2f
Octal60212300113340313127457
Binary110000100010101100000010010111110001100111001010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,138,192); }

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

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

 a { background-color: rgb(48,138,192); }

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

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

 span { border-color: rgb(48,138,192); }

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