Html Css Color HEX #397BAD Curious Blue

📋 copy color: '#397BAD'

red 57 ◦ green 123 ◦ blue 173

#397BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #397BAD

Tints of Curious Blue #397BAD

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 value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#397BAD (or 0x397BAD) is known color: 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

RGB 57 123 173 -
CMYK 0.67 0.29 0 0.32
HSL 205.86º 0.5% 0.45% -
HSV(B) 205.86º 0.67% 0.68% -
XYZ 16.31 18.05 42.16 -
YUV 108.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 57 123 173 0.67 0.29 0 0.32 205.86 0.5 0.45
Hex 39 7B AD 43 1D 0 20 CE 32 2D
Octal 71 173 255 103 35 0 40 316 62 55
Binary 111001 1111011 10101101 1000011 11101 0 100000 11001110 110010 101101

Color Harmonies of #397BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BAD

Black with #397BAD

Text Example


Text Example

White with #397BAD

Text Example


Text Example

HTML Codes & Css Web 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>