Html Css Color HEX #397DB3 Curious Blue

📋 copy color: '#397DB3'

red 57 ◦ green 125 ◦ blue 179

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

Shades of Curious Blue #397DB3

Tints of Curious Blue #397DB3

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 179 (70.31% from 255) = 49.58%

R = 15.79%
G = 34.63%
B = 49.58%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#397DB3 (or 0x397DB3) is known color: Curious Blue. HEX triplet: 39, 7D and B3. RGB value is (57,125,179). Sum of RGB (Red+Green+Blue) = 57+125+179=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #397DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DB3 is #C6824C. Grayscale: #6E6E6E. Windows color (decimal): -13009485 or 11763001. OLE color: 11763001.

HSL color Cylindrical-coordinate representation of color #397DB3: hue angle of 206.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #397DB3 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 125 179 -
CMYK 0.68 0.30 0 0.30
HSL 206.56º 0.52% 0.46% -
HSV(B) 206.56º 0.68% 0.7% -
XYZ 17.16 18.79 45.37 -
YUV 110.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 57 125 179 0.68 0.30 0 0.30 206.56 0.52 0.46
Hex 39 7D B3 44 1E 0 1E CF 34 2E
Octal 71 175 263 104 36 0 36 317 64 56
Binary 111001 1111101 10110011 1000100 11110 0 11110 11001111 110100 101110

Color Harmonies of #397DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DB3

Black with #397DB3

Text Example


Text Example

White with #397DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,179); }

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

background-color css

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

 a { background-color: rgb(57,125,179); }

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

border-color css

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

 span { border-color: rgb(57,125,179); }

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