#388DC6

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

Shades of Curious Blue #388DC6

Tints of Curious Blue #388DC6

Color information

#388DC6 (or 0x388DC6) is unknown color: approx Curious Blue. HEX triplet: 38, 8D and C6. RGB value is (56,141,198). Sum of RGB (Red+Green+Blue) = 56+141+198=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #388DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DC6 is #C77239. Grayscale: #797979. Windows color (decimal): -13070906 or 13012280. OLE color: 13012280.

HSL color Cylindrical-coordinate representation of color #388DC6: hue angle of 204.08º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #388DC6 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB56141198-
CMYK0.720.2900.22
HSL204.08º55.91%49.8%-
HSV(B)204.08º71.72%77.65%-
XYZ21.3523.9756.93-
YUV122.08170.8480.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.18%
GREEN value IS 141 (55.47% from 255) = 35.70%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=14.18%
G=35.70%
B=50.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal561411980.720.2900.22204.0855.9149.8
Hex388DC6481D016cc3832
Octal70215306110350263147062
Binary111000100011011100011010010001110101011011001100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,141,198); }

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

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

 a { background-color: rgb(56,141,198); }

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

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

 span { border-color: rgb(56,141,198); }

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