Html Css Color HEX #399EBB Pelorous

📋 copy color: '#399EBB'

red 57 ◦ green 158 ◦ blue 187

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

Shades of Pelorous #399EBB

Tints of Pelorous #399EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

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

R = 14.18%
G = 39.3%
B = 46.52%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399EBB (or 0x399EBB) is known color: Pelorous. HEX triplet: 39, 9E and BB. RGB value is (57,158,187). Sum of RGB (Red+Green+Blue) = 57+158+187=402 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.18% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #399EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EBB is #C66144. Grayscale: #828282. Windows color (decimal): -13001029 or 12295737. OLE color: 12295737.

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

Color convert

RGB 57 158 187 -
CMYK 0.70 0.16 0 0.27
HSL 193.38º 0.53% 0.48% -
HSV(B) 193.38º 0.7% 0.73% -
XYZ 22.88 28.91 51.39 -
YUV 131.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 57 158 187 0.70 0.16 0 0.27 193.38 0.53 0.48
Hex 39 9E BB 46 10 0 1B C1 35 30
Octal 71 236 273 106 20 0 33 301 65 60
Binary 111001 10011110 10111011 1000110 10000 0 11011 11000001 110101 110000

Color Harmonies of #399EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EBB

Black with #399EBB

Text Example


Text Example

White with #399EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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