#308AC4

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

Shades of Curious Blue #308AC4

Tints of Curious Blue #308AC4

Color information

#308AC4 (or 0x308AC4) is unknown color: approx Curious Blue. HEX triplet: 30, 8A and C4. RGB value is (48,138,196). Sum of RGB (Red+Green+Blue) = 48+138+196=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #308AC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AC4 is #CF753B. Grayscale: #757575. Windows color (decimal): -13595964 or 12880432. OLE color: 12880432.

HSL color Cylindrical-coordinate representation of color #308AC4: hue angle of 203.51º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308AC4 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB48138196-
CMYK0.760.3000.23
HSL203.51º60.66%47.84%-
HSV(B)203.51º75.51%76.86%-
XYZ20.2722.7955.56-
YUV117.7172.1878.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.57%
GREEN value IS 138 (54.30% from 255) = 36.13%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=12.57%
G=36.13%
B=51.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal481381960.760.3000.23203.5160.6647.84
Hex308AC44C1E017cc3d30
Octal60212304114360273147560
Binary110000100010101100010010011001111001011111001100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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