Html Css Color HEX #399CB2 Pelorous

📋 copy color: '#399CB2'

red 57 ◦ green 156 ◦ blue 178

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

Shades of Pelorous #399CB2

Tints of Pelorous #399CB2

RGB

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

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

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

R = 14.58%
G = 39.9%
B = 45.52%

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

#399CB2 (or 0x399CB2) is known color: Pelorous. HEX triplet: 39, 9C and B2. RGB value is (57,156,178). Sum of RGB (Red+Green+Blue) = 57+156+178=391 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.58% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 178 - color contains mainly: blue. Hex color #399CB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399CB2 is #C6634D. Grayscale: #808080. Windows color (decimal): -13001550 or 11705401. OLE color: 11705401.

HSL color Cylindrical-coordinate representation of color #399CB2: hue angle of 190.91º 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 #399CB2 is Cyan = 0.68, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 57 156 178 -
CMYK 0.68 0.12 0 0.30
HSL 190.91º 0.51% 0.46% -
HSV(B) 190.91º 0.68% 0.7% -
XYZ 21.61 27.86 46.36 -
YUV 128.91 155.7 76.71 -
System Red Green Blue C M Y K H S L
Decimal 57 156 178 0.68 0.12 0 0.30 190.91 0.51 0.46
Hex 39 9C B2 44 C 0 1E BF 33 2E
Octal 71 234 262 104 14 0 36 277 63 56
Binary 111001 10011100 10110010 1000100 1100 0 11110 10111111 110011 101110

Color Harmonies of #399CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #399CB2

Black with #399CB2

Text Example


Text Example

White with #399CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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