#388CC9

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

Shades of Curious Blue #388CC9

Tints of Curious Blue #388CC9

Color information

#388CC9 (or 0x388CC9) is unknown color: approx Curious Blue. HEX triplet: 38, 8C and C9. RGB value is (56,140,201). Sum of RGB (Red+Green+Blue) = 56+140+201=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 140 (55.08% from 255 or 35.26% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #388CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CC9 is #C77336. Grayscale: #797979. Windows color (decimal): -13071159 or 13208632. OLE color: 13208632.

HSL color Cylindrical-coordinate representation of color #388CC9: hue angle of 205.24º 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 #388CC9 is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB56140201-
CMYK0.720.3000.21
HSL205.24º57.31%50.39%-
HSV(B)205.24º72.14%78.82%-
XYZ21.5523.8158.72-
YUV121.84172.6781.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 140 (55.08% from 255) = 35.26%
BLUE value IS 201 (78.91% from 255) = 50.63%
R=14.11%
G=35.26%
B=50.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal561402010.720.3000.21205.2457.3150.39
Hex388CC9481E015cd3932
Octal70214311110360253157162
Binary111000100011001100100110010001111001010111001101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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