#397BC9

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

Shades of Curious Blue #397BC9

Tints of Curious Blue #397BC9

Color information

#397BC9 (or 0x397BC9) is unknown color: approx Curious Blue. HEX triplet: 39, 7B and C9. RGB value is (57,123,201). Sum of RGB (Red+Green+Blue) = 57+123+201=381 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.96% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #397BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BC9 is #C68436. Grayscale: #6F6F6F. Windows color (decimal): -13009975 or 13204281. OLE color: 13204281.

HSL color Cylindrical-coordinate representation of color #397BC9: hue angle of 212.5º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397BC9 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB57123201-
CMYK0.720.3900.21
HSL212.5º57.14%50.59%-
HSV(B)212.5º71.64%78.82%-
XYZ19.3119.2557.96-
YUV112.16178.1388.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.96%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=14.96%
G=32.28%
B=52.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal571232010.720.3900.21212.557.1450.59
Hex397BC94827015d43933
Octal71173311110470253247163
Binary111001111101111001001100100010011101010111010100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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