Html Css Color HEX #397F8E Jelly Bean

📋 copy color: '#397F8E'

red 57 ◦ green 127 ◦ blue 142

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

Shades of Jelly Bean #397F8E

Tints of Jelly Bean #397F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 17.48%
G = 38.96%
B = 43.56%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#397F8E (or 0x397F8E) is known color: Jelly Bean. HEX triplet: 39, 7F and 8E. RGB value is (57,127,142). Sum of RGB (Red+Green+Blue) = 57+127+142=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #397F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F8E is #C68071. Grayscale: #6B6B6B. Windows color (decimal): -13009010 or 9338681. OLE color: 9338681.

HSL color Cylindrical-coordinate representation of color #397F8E: hue angle of 190.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397F8E is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 127 142 -
CMYK 0.60 0.11 0 0.44
HSL 190.59º 0.43% 0.39% -
HSV(B) 190.59º 0.6% 0.56% -
XYZ 14.16 18 28.32 -
YUV 107.78 147.31 91.78 -
System Red Green Blue C M Y K H S L
Decimal 57 127 142 0.60 0.11 0 0.44 190.59 0.43 0.39
Hex 39 7F 8E 3C B 0 2C BF 2B 27
Octal 71 177 216 74 13 0 54 277 53 47
Binary 111001 1111111 10001110 111100 1011 0 101100 10111111 101011 100111

Color Harmonies of #397F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F8E

Black with #397F8E

Text Example


Text Example

White with #397F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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