#398DBA

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

Shades of Curious Blue #398DBA

Tints of Curious Blue #398DBA

Color information

#398DBA (or 0x398DBA) is unknown color: approx Curious Blue. HEX triplet: 39, 8D and BA. RGB value is (57,141,186). Sum of RGB (Red+Green+Blue) = 57+141+186=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #398DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398DBA is #C67245. Grayscale: #787878. Windows color (decimal): -13005382 or 12225849. OLE color: 12225849.

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

Color convert

RGB57141186-
CMYK0.690.2400.27
HSL200.93º53.09%47.65%-
HSV(B)200.93º69.35%72.94%-
XYZ20.0823.4649.93-
YUV121.01164.6782.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.84%
GREEN value IS 141 (55.47% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=14.84%
G=36.72%
B=48.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571411860.690.2400.27200.9353.0947.65
Hex398DBA451801Bc93530
Octal71215272105300333116560
Binary111001100011011011101010001011100001101111001001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,141,186); }

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

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

 a { background-color: rgb(57,141,186); }

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

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

 span { border-color: rgb(57,141,186); }

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