#387AB3

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

Shades of Curious Blue #387AB3

Tints of Curious Blue #387AB3

Color information

#387AB3 (or 0x387AB3) is unknown color: approx Curious Blue. HEX triplet: 38, 7A and B3. RGB value is (56,122,179). Sum of RGB (Red+Green+Blue) = 56+122+179=357 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.69% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 179 (70.31% from 255 or 50.14% from 357); Max value from RGB is 179 - color contains mainly: blue. Hex color #387AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #387AB3 is #C7854C. Grayscale: #6C6C6C. Windows color (decimal): -13075789 or 11762232. OLE color: 11762232.

HSL color Cylindrical-coordinate representation of color #387AB3: hue angle of 207.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #387AB3 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56122179-
CMYK0.690.3200.30
HSL207.8º52.34%46.08%-
HSV(B)207.8º68.72%70.2%-
XYZ16.7318.0145.24-
YUV108.76167.6390.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.69%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 179 (70.31% from 255) = 50.14%
R=15.69%
G=34.17%
B=50.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561221790.690.3200.30207.852.3446.08
Hex387AB3452001Ed0342e
Octal70172263105400363206456
Binary111000111101010110011100010110000001111011010000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387AB3; }

 p { color: rgb(56,122,179); }

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

<style>
 a { background-color: #387AB3; }

 a { background-color: rgb(56,122,179); }

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

<style>
 span { border-color: #387AB3; }

 span { border-color: rgb(56,122,179); }

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