#398AB2

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

Shades of Curious Blue #398AB2

Tints of Curious Blue #398AB2

Color information

#398AB2 (or 0x398AB2) is unknown color: approx Curious Blue. HEX triplet: 39, 8A and B2. RGB value is (57,138,178). Sum of RGB (Red+Green+Blue) = 57+138+178=373 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.28% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #398AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398AB2 is #C6754D. Grayscale: #767676. Windows color (decimal): -13006158 or 11700793. OLE color: 11700793.

HSL color Cylindrical-coordinate representation of color #398AB2: hue angle of 199.83º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #398AB2 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57138178-
CMYK0.680.2200.30
HSL199.83º51.49%46.08%-
HSV(B)199.83º67.98%69.8%-
XYZ18.8122.2645.42-
YUV118.34161.6684.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.28%
GREEN value IS 138 (54.30% from 255) = 37.00%
BLUE value IS 178 (69.92% from 255) = 47.72%
R=15.28%
G=37.00%
B=47.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal571381780.680.2200.30199.8351.4946.08
Hex398AB2441601Ec8332e
Octal71212262104260363106356
Binary111001100010101011001010001001011001111011001000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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