Html Css Color HEX #399DB2 Pelorous

📋 copy color: '#399DB2'

red 57 ◦ green 157 ◦ blue 178

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

Shades of Pelorous #399DB2

Tints of Pelorous #399DB2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 178 (69.92% from 255) = 45.41%

R = 14.54%
G = 40.05%
B = 45.41%

CMYK

 C value IS 0.68

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#399DB2 (or 0x399DB2) is known color: Pelorous. HEX triplet: 39, 9D and B2. RGB value is (57,157,178). Sum of RGB (Red+Green+Blue) = 57+157+178=392 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.54% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #399DB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399DB2 is #C6624D. Grayscale: #818181. Windows color (decimal): -13001294 or 11705657. OLE color: 11705657.

HSL color Cylindrical-coordinate representation of color #399DB2: hue angle of 190.41º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #399DB2 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 157 178 -
CMYK 0.68 0.12 0 0.30
HSL 190.41º 0.51% 0.46% -
HSV(B) 190.41º 0.68% 0.7% -
XYZ 21.78 28.2 46.41 -
YUV 129.49 155.37 76.29 -
System Red Green Blue C M Y K H S L
Decimal 57 157 178 0.68 0.12 0 0.30 190.41 0.51 0.46
Hex 39 9D B2 44 C 0 1E BE 33 2E
Octal 71 235 262 104 14 0 36 276 63 56
Binary 111001 10011101 10110010 1000100 1100 0 11110 10111110 110011 101110

Color Harmonies of #399DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399DB2

Black with #399DB2

Text Example


Text Example

White with #399DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,157,178); }

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

background-color css

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

 a { background-color: rgb(57,157,178); }

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

border-color css

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

 span { border-color: rgb(57,157,178); }

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