#398BB3

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

Shades of Curious Blue #398BB3

Tints of Curious Blue #398BB3

Color information

#398BB3 (or 0x398BB3) is unknown color: approx Curious Blue. HEX triplet: 39, 8B and B3. RGB value is (57,139,179). Sum of RGB (Red+Green+Blue) = 57+139+179=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #398BB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #398BB3 is #C6744C. Grayscale: #767676. Windows color (decimal): -13005901 or 11766585. OLE color: 11766585.

HSL color Cylindrical-coordinate representation of color #398BB3: hue angle of 199.67º degrees, saturation: 0.52, 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 #398BB3 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB57139179-
CMYK0.680.2200.30
HSL199.67º51.69%46.27%-
HSV(B)199.67º68.16%70.2%-
XYZ19.0622.5946-
YUV119.04161.8383.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.2%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 179 (70.31% from 255) = 47.73%
R=15.2%
G=37.07%
B=47.73%

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
Decimal571391790.680.2200.30199.6751.6946.27
Hex398BB3441601Ec8342e
Octal71213263104260363106456
Binary111001100010111011001110001001011001111011001000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,139,179); }

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

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

 a { background-color: rgb(57,139,179); }

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

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

 span { border-color: rgb(57,139,179); }

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