#308AC1

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

Shades of Curious Blue #308AC1

Tints of Curious Blue #308AC1

Color information

#308AC1 (or 0x308AC1) is unknown color: approx Curious Blue. HEX triplet: 30, 8A and C1. RGB value is (48,138,193). Sum of RGB (Red+Green+Blue) = 48+138+193=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #308AC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AC1 is #CF753E. Grayscale: #757575. Windows color (decimal): -13595967 or 12683824. OLE color: 12683824.

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

Color convert

RGB48138193-
CMYK0.750.2800.24
HSL202.76º60.17%47.25%-
HSV(B)202.76º75.13%75.69%-
XYZ19.9322.6653.77-
YUV117.36170.6878.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.66%
GREEN value IS 138 (54.30% from 255) = 36.41%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=12.66%
G=36.41%
B=50.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal481381930.750.2800.24202.7660.1747.25
Hex308AC14B1C018cb3c2f
Octal60212301113340303137457
Binary110000100010101100000110010111110001100011001011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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