#397BAD

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

Shades of Curious Blue #397BAD

Tints of Curious Blue #397BAD

Color information

#397BAD (or 0x397BAD) is unknown color: approx Curious Blue. HEX triplet: 39, 7B and AD. RGB value is (57,123,173). Sum of RGB (Red+Green+Blue) = 57+123+173=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #397BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAD is #C68452. Grayscale: #6C6C6C. Windows color (decimal): -13010003 or 11369273. OLE color: 11369273.

HSL color Cylindrical-coordinate representation of color #397BAD: hue angle of 205.86º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #397BAD is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB57123173-
CMYK0.670.2900.32
HSL205.86º50.43%45.1%-
HSV(B)205.86º67.05%67.84%-
XYZ16.3118.0542.16-
YUV108.97164.1390.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.15%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 173 (67.97% from 255) = 49.01%
R=16.15%
G=34.84%
B=49.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal571231730.670.2900.32205.8650.4345.1
Hex397BAD431D020ce322d
Octal71173255103350403166255
Binary111001111101110101101100001111101010000011001110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397BAD; }

 p { color: rgb(57,123,173); }

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

<style>
 a { background-color: #397BAD; }

 a { background-color: rgb(57,123,173); }

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

<style>
 span { border-color: #397BAD; }

 span { border-color: rgb(57,123,173); }

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