#397BBB

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

Shades of Curious Blue #397BBB

Tints of Curious Blue #397BBB

Color information

#397BBB (or 0x397BBB) is unknown color: approx Curious Blue. HEX triplet: 39, 7B and BB. RGB value is (57,123,187). Sum of RGB (Red+Green+Blue) = 57+123+187=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #397BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BBB is #C68444. Grayscale: #6E6E6E. Windows color (decimal): -13009989 or 12286777. OLE color: 12286777.

HSL color Cylindrical-coordinate representation of color #397BBB: hue angle of 209.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397BBB is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB57123187-
CMYK0.700.3400.27
HSL209.54º53.28%47.84%-
HSV(B)209.54º69.52%73.33%-
XYZ17.7418.6249.67-
YUV110.56171.1389.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 123 (48.44% from 255) = 33.51%
BLUE value IS 187 (73.44% from 255) = 50.95%
R=15.53%
G=33.51%
B=50.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal571231870.700.3400.27209.5453.2847.84
Hex397BBB462201Bd23530
Octal71173273106420333226560
Binary111001111101110111011100011010001001101111010010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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