Html Css Color HEX #397AAE Curious Blue

📋 copy color: '#397AAE'

red 57 ◦ green 122 ◦ blue 174

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

Shades of Curious Blue #397AAE

Tints of Curious Blue #397AAE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.56%

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

R = 16.15%
G = 34.56%
B = 49.29%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#397AAE (or 0x397AAE) is known color: Curious Blue. HEX triplet: 39, 7A and AE. RGB value is (57,122,174). Sum of RGB (Red+Green+Blue) = 57+122+174=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #397AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397AAE is #C68551. Grayscale: #6C6C6C. Windows color (decimal): -13010258 or 11434553. OLE color: 11434553.

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

Color convert

RGB 57 122 174 -
CMYK 0.67 0.30 0 0.32
HSL 206.67º 0.51% 0.45% -
HSV(B) 206.67º 0.67% 0.68% -
XYZ 16.29 17.84 42.63 -
YUV 108.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 57 122 174 0.67 0.30 0 0.32 206.67 0.51 0.45
Hex 39 7A AE 43 1E 0 20 CF 33 2D
Octal 71 172 256 103 36 0 40 317 63 55
Binary 111001 1111010 10101110 1000011 11110 0 100000 11001111 110011 101101

Color Harmonies of #397AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397AAE

Black with #397AAE

Text Example


Text Example

White with #397AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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