Html Css Color HEX #399EBA Pelorous

📋 copy color: '#399EBA'

red 57 ◦ green 158 ◦ blue 186

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

Shades of Pelorous #399EBA

Tints of Pelorous #399EBA

RGB

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

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

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

R = 14.21%
G = 39.4%
B = 46.38%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#399EBA (or 0x399EBA) is known color: Pelorous. HEX triplet: 39, 9E and BA. RGB value is (57,158,186). Sum of RGB (Red+Green+Blue) = 57+158+186=401 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.21% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #399EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EBA is #C66145. Grayscale: #828282. Windows color (decimal): -13001030 or 12230201. OLE color: 12230201.

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

Color convert

RGB 57 158 186 -
CMYK 0.69 0.15 0 0.27
HSL 193.02º 0.53% 0.48% -
HSV(B) 193.02º 0.69% 0.73% -
XYZ 22.78 28.87 50.83 -
YUV 130.99 159.04 75.22 -
System Red Green Blue C M Y K H S L
Decimal 57 158 186 0.69 0.15 0 0.27 193.02 0.53 0.48
Hex 39 9E BA 45 F 0 1B C1 35 30
Octal 71 236 272 105 17 0 33 301 65 60
Binary 111001 10011110 10111010 1000101 1111 0 11011 11000001 110101 110000

Color Harmonies of #399EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399EBA

Black with #399EBA

Text Example


Text Example

White with #399EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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