Html Css Color HEX #397BBF Curious Blue

📋 copy color: '#397BBF'

red 57 ◦ green 123 ◦ blue 191

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

Shades of Curious Blue #397BBF

Tints of Curious Blue #397BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

 BLUE value IS 191 (75% from 255) = 51.48%

R = 15.36%
G = 33.15%
B = 51.48%

CMYK

 C value IS 0.70

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#397BBF (or 0x397BBF) is known color: Curious Blue. HEX triplet: 39, 7B and BF. RGB value is (57,123,191). Sum of RGB (Red+Green+Blue) = 57+123+191=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #397BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #397BBF is #C68440. Grayscale: #6E6E6E. Windows color (decimal): -13009985 or 12548921. OLE color: 12548921.

HSL color Cylindrical-coordinate representation of color #397BBF: hue angle of 210.45º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397BBF is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 123 191 -
CMYK 0.70 0.36 0 0.25
HSL 210.45º 0.54% 0.49% -
HSV(B) 210.45º 0.7% 0.75% -
XYZ 18.17 18.8 51.96 -
YUV 111.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 57 123 191 0.70 0.36 0 0.25 210.45 0.54 0.49
Hex 39 7B BF 46 24 0 19 D2 36 31
Octal 71 173 277 106 44 0 31 322 66 61
Binary 111001 1111011 10111111 1000110 100100 0 11001 11010010 110110 110001

Color Harmonies of #397BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397BBF

Black with #397BBF

Text Example


Text Example

White with #397BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,123,191); }

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

background-color css

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

 a { background-color: rgb(57,123,191); }

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

border-color css

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

 span { border-color: rgb(57,123,191); }

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