#398EBA

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

Shades of Curious Blue #398EBA

Tints of Curious Blue #398EBA

Color information

#398EBA (or 0x398EBA) is unknown color: approx Curious Blue. HEX triplet: 39, 8E and BA. RGB value is (57,142,186). Sum of RGB (Red+Green+Blue) = 57+142+186=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #398EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398EBA is #C67145. Grayscale: #797979. Windows color (decimal): -13005126 or 12226105. OLE color: 12226105.

HSL color Cylindrical-coordinate representation of color #398EBA: hue angle of 200.47º 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 #398EBA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57142186-
CMYK0.690.2400.27
HSL200.47º53.09%47.65%-
HSV(B)200.47º69.35%72.94%-
XYZ20.2223.7649.97-
YUV121.6164.3481.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 142 (55.86% from 255) = 36.88%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=14.81%
G=36.88%
B=48.31%

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
Decimal571421860.690.2400.27200.4753.0947.65
Hex398EBA451801Bc83530
Octal71216272105300333106560
Binary111001100011101011101010001011100001101111001000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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