#398AB9

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

Shades of Curious Blue #398AB9

Tints of Curious Blue #398AB9

Color information

#398AB9 (or 0x398AB9) is unknown color: approx Curious Blue. HEX triplet: 39, 8A and B9. RGB value is (57,138,185). Sum of RGB (Red+Green+Blue) = 57+138+185=380 (50% of max value = 765). Red value is 57 (22.66% from 255 or 15% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #398AB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398AB9 is #C67546. Grayscale: #767676. Windows color (decimal): -13006151 or 12159545. OLE color: 12159545.

HSL color Cylindrical-coordinate representation of color #398AB9: hue angle of 202.03º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #398AB9 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57138185-
CMYK0.690.2500.27
HSL202.03º52.89%47.45%-
HSV(B)202.03º69.19%72.55%-
XYZ19.5322.5549.22-
YUV119.14165.1683.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 185 (72.66% from 255) = 48.68%
R=15%
G=36.32%
B=48.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571381850.690.2500.27202.0352.8947.45
Hex398AB9451901Bca352f
Octal71212271105310333126557
Binary111001100010101011100110001011100101101111001010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398AB9; }

 p { color: rgb(57,138,185); }

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

<style>
 a { background-color: #398AB9; }

 a { background-color: rgb(57,138,185); }

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

<style>
 span { border-color: #398AB9; }

 span { border-color: rgb(57,138,185); }

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