Html Css Color HEX #397BAE Curious Blue

📋 copy color: '#397BAE'

red 57 ◦ green 123 ◦ blue 174

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

Shades of Curious Blue #397BAE

Tints of Curious Blue #397BAE

RGB

 RED value IS 57 (22.66% from 255) = 16.1%

 GREEN value IS 123 (48.44% from 255) = 34.75%

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 16.1%
G = 34.75%
B = 49.15%

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

#397BAE (or 0x397BAE) is known color: Curious Blue. HEX triplet: 39, 7B and AE. RGB value is (57,123,174). Sum of RGB (Red+Green+Blue) = 57+123+174=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #397BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397BAE is #C68451. Grayscale: #6C6C6C. Windows color (decimal): -13010002 or 11434809. OLE color: 11434809.

HSL color Cylindrical-coordinate representation of color #397BAE: hue angle of 206.15º degrees, saturation: 0.51, 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 #397BAE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 123 174 -
CMYK 0.67 0.29 0 0.32
HSL 206.15º 0.51% 0.45% -
HSV(B) 206.15º 0.67% 0.68% -
XYZ 16.41 18.09 42.67 -
YUV 109.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 57 123 174 0.67 0.29 0 0.32 206.15 0.51 0.45
Hex 39 7B AE 43 1D 0 20 CE 33 2D
Octal 71 173 256 103 35 0 40 316 63 55
Binary 111001 1111011 10101110 1000011 11101 0 100000 11001110 110011 101101

Color Harmonies of #397BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BAE

Black with #397BAE

Text Example


Text Example

White with #397BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #397BAE;
 }
 .AnyTagClassName
 {
   color: #397BAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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