Html Css Color HEX #397DBA Curious Blue

📋 copy color: '#397DBA'

red 57 ◦ green 125 ◦ blue 186

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

Shades of Curious Blue #397DBA

Tints of Curious Blue #397DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 15.49%
G = 33.97%
B = 50.54%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397DBA (or 0x397DBA) is known color: Curious Blue. HEX triplet: 39, 7D and BA. RGB value is (57,125,186). Sum of RGB (Red+Green+Blue) = 57+125+186=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #397DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397DBA is #C68245. Grayscale: #6F6F6F. Windows color (decimal): -13009478 or 12221753. OLE color: 12221753.

HSL color Cylindrical-coordinate representation of color #397DBA: hue angle of 208.37º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #397DBA is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 125 186 -
CMYK 0.69 0.33 0 0.27
HSL 208.37º 0.53% 0.48% -
HSV(B) 208.37º 0.69% 0.73% -
XYZ 17.88 19.08 49.2 -
YUV 111.62 169.97 89.04 -
System Red Green Blue C M Y K H S L
Decimal 57 125 186 0.69 0.33 0 0.27 208.37 0.53 0.48
Hex 39 7D BA 45 21 0 1B D0 35 30
Octal 71 175 272 105 41 0 33 320 65 60
Binary 111001 1111101 10111010 1000101 100001 0 11011 11010000 110101 110000

Color Harmonies of #397DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397DBA

Black with #397DBA

Text Example


Text Example

White with #397DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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