Html Css Color HEX #397FBB Curious Blue

📋 copy color: '#397FBB'

red 57 ◦ green 127 ◦ blue 187

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

Shades of Curious Blue #397FBB

Tints of Curious Blue #397FBB

RGB

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

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 15.36%
G = 34.23%
B = 50.4%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397FBB (or 0x397FBB) is known color: Curious Blue. HEX triplet: 39, 7F and BB. RGB value is (57,127,187). Sum of RGB (Red+Green+Blue) = 57+127+187=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #397FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397FBB is #C68044. Grayscale: #707070. Windows color (decimal): -13008965 or 12287801. OLE color: 12287801.

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

Color convert

RGB 57 127 187 -
CMYK 0.70 0.32 0 0.27
HSL 207.69º 0.53% 0.48% -
HSV(B) 207.69º 0.7% 0.73% -
XYZ 18.25 19.64 49.84 -
YUV 112.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 57 127 187 0.70 0.32 0 0.27 207.69 0.53 0.48
Hex 39 7F BB 46 20 0 1B D0 35 30
Octal 71 177 273 106 40 0 33 320 65 60
Binary 111001 1111111 10111011 1000110 100000 0 11011 11010000 110101 110000

Color Harmonies of #397FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397FBB

Black with #397FBB

Text Example


Text Example

White with #397FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,187); }

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

background-color css

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

 a { background-color: rgb(57,127,187); }

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

border-color css

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

 span { border-color: rgb(57,127,187); }

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