Html Css Color HEX #399CBF Pelorous

📋 copy color: '#399CBF'

red 57 ◦ green 156 ◦ blue 191

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

Shades of Pelorous #399CBF

Tints of Pelorous #399CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.61%

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

R = 14.11%
G = 38.61%
B = 47.28%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#399CBF (or 0x399CBF) is known color: Pelorous. HEX triplet: 39, 9C and BF. RGB value is (57,156,191). Sum of RGB (Red+Green+Blue) = 57+156+191=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #399CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399CBF is #C66340. Grayscale: #828282. Windows color (decimal): -13001537 or 12557369. OLE color: 12557369.

HSL color Cylindrical-coordinate representation of color #399CBF: hue angle of 195.67º 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 #399CBF is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 156 191 -
CMYK 0.70 0.18 0 0.25
HSL 195.67º 0.54% 0.49% -
HSV(B) 195.67º 0.7% 0.75% -
XYZ 22.98 28.41 53.56 -
YUV 130.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 57 156 191 0.70 0.18 0 0.25 195.67 0.54 0.49
Hex 39 9C BF 46 12 0 19 C4 36 31
Octal 71 234 277 106 22 0 31 304 66 61
Binary 111001 10011100 10111111 1000110 10010 0 11001 11000100 110110 110001

Color Harmonies of #399CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CBF

Black with #399CBF

Text Example


Text Example

White with #399CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #399CBF; }

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

 H1.HeaderClassName
 {
   color: #399CBF;
 }
 .AnyTagClassName
 {
   color: #399CBF;
 }
</style>

background-color css

<style>
 a { background-color: #399CBF; }

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

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

border-color css

<style>
 span { border-color: #399CBF; }

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

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