#398ABE

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

Shades of Curious Blue #398ABE

Tints of Curious Blue #398ABE

Color information

#398ABE (or 0x398ABE) is unknown color: approx Curious Blue. HEX triplet: 39, 8A and BE. RGB value is (57,138,190). Sum of RGB (Red+Green+Blue) = 57+138+190=385 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.81% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #398ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398ABE is #C67541. Grayscale: #777777. Windows color (decimal): -13006146 or 12487225. OLE color: 12487225.

HSL color Cylindrical-coordinate representation of color #398ABE: hue angle of 203.46º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #398ABE is Cyan = 0.7, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57138190-
CMYK0.70.2700.25
HSL203.46º53.85%48.43%-
HSV(B)203.46º70%74.51%-
XYZ20.0722.7652.05-
YUV119.71167.6683.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.81%
GREEN value IS 138 (54.30% from 255) = 35.84%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=14.81%
G=35.84%
B=49.35%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571381900.70.2700.25203.4653.8548.43
Hex398ABE461B019cb3630
Octal71212276106330313136660
Binary111001100010101011111010001101101101100111001011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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