#388BCA

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

Shades of Curious Blue #388BCA

Tints of Curious Blue #388BCA

Color information

#388BCA (or 0x388BCA) is unknown color: approx Curious Blue. HEX triplet: 38, 8B and CA. RGB value is (56,139,202). Sum of RGB (Red+Green+Blue) = 56+139+202=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #388BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388BCA is #C77435. Grayscale: #797979. Windows color (decimal): -13071414 or 13273912. OLE color: 13273912.

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

Color convert

RGB56139202-
CMYK0.720.3100.21
HSL205.89º57.94%50.59%-
HSV(B)205.89º72.28%79.22%-
XYZ21.5223.5759.29-
YUV121.36173.581.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 139 (54.69% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 50.88%
R=14.11%
G=35.01%
B=50.88%

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
Decimal561392020.720.3100.21205.8957.9450.59
Hex388BCA481F015ce3a33
Octal70213312110370253167263
Binary111000100010111100101010010001111101010111001110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,139,202); }

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

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

 a { background-color: rgb(56,139,202); }

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

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

 span { border-color: rgb(56,139,202); }

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