#388AC9

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

Shades of Curious Blue #388AC9

Tints of Curious Blue #388AC9

Color information

#388AC9 (or 0x388AC9) is unknown color: approx Curious Blue. HEX triplet: 38, 8A and C9. RGB value is (56,138,201). Sum of RGB (Red+Green+Blue) = 56+138+201=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #388AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388AC9 is #C77536. Grayscale: #787878. Windows color (decimal): -13071671 or 13208120. OLE color: 13208120.

HSL color Cylindrical-coordinate representation of color #388AC9: hue angle of 206.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388AC9 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56138201-
CMYK0.720.3100.21
HSL206.07º57.31%50.39%-
HSV(B)206.07º72.14%78.82%-
XYZ21.2623.2358.62-
YUV120.66173.3381.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 138 (54.30% from 255) = 34.94%
BLUE value IS 201 (78.91% from 255) = 50.89%
R=14.18%
G=34.94%
B=50.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561382010.720.3100.21206.0757.3150.39
Hex388AC9481F015ce3932
Octal70212311110370253167162
Binary111000100010101100100110010001111101010111001110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388AC9; }

 p { color: rgb(56,138,201); }

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

<style>
 a { background-color: #388AC9; }

 a { background-color: rgb(56,138,201); }

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

<style>
 span { border-color: #388AC9; }

 span { border-color: rgb(56,138,201); }

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