Html Css Color HEX #397EBA Curious Blue

📋 copy color: '#397EBA'

red 57 ◦ green 126 ◦ blue 186

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

Shades of Curious Blue #397EBA

Tints of Curious Blue #397EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 15.45%
G = 34.15%
B = 50.41%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#397EBA (or 0x397EBA) is known color: Curious Blue. HEX triplet: 39, 7E and BA. RGB value is (57,126,186). Sum of RGB (Red+Green+Blue) = 57+126+186=369 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.45% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #397EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397EBA is #C68145. Grayscale: #6F6F6F. Windows color (decimal): -13009222 or 12222009. OLE color: 12222009.

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

Color convert

RGB 57 126 186 -
CMYK 0.69 0.32 0 0.27
HSL 207.91º 0.53% 0.48% -
HSV(B) 207.91º 0.69% 0.73% -
XYZ 18.01 19.34 49.24 -
YUV 112.21 169.64 88.62 -
System Red Green Blue C M Y K H S L
Decimal 57 126 186 0.69 0.32 0 0.27 207.91 0.53 0.48
Hex 39 7E BA 45 20 0 1B D0 35 30
Octal 71 176 272 105 40 0 33 320 65 60
Binary 111001 1111110 10111010 1000101 100000 0 11011 11010000 110101 110000

Color Harmonies of #397EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397EBA

Black with #397EBA

Text Example


Text Example

White with #397EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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