Html Css Color HEX #39426B Port Gore

📋 copy color: '#39426B'

red 57 ◦ green 66 ◦ blue 107

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

Shades of Port Gore #39426B

Tints of Port Gore #39426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 24.78%
G = 28.7%
B = 46.52%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#39426B (or 0x39426B) is known color: Port Gore. HEX triplet: 39, 42 and 6B. RGB value is (57,66,107). Sum of RGB (Red+Green+Blue) = 57+66+107=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #39426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39426B is #C6BD94. Grayscale: #434343. Windows color (decimal): -13024661 or 7029305. OLE color: 7029305.

HSL color Cylindrical-coordinate representation of color #39426B: hue angle of 229.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39426B is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 66 107 -
CMYK 0.47 0.38 0 0.58
HSL 229.2º 0.3% 0.32% -
HSV(B) 229.2º 0.47% 0.42% -
XYZ 6.29 5.83 14.7 -
YUV 67.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 57 66 107 0.47 0.38 0 0.58 229.2 0.3 0.32
Hex 39 42 6B 2F 26 0 3A E5 1E 20
Octal 71 102 153 57 46 0 72 345 36 40
Binary 111001 1000010 1101011 101111 100110 0 111010 11100101 11110 100000

Color Harmonies of #39426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39426B

Black with #39426B

Text Example


Text Example

White with #39426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39426B; }

 p { color: rgb(57,66,107); }

 H1.HeaderClassName
 {
   color: #39426B;
 }
 .AnyTagClassName
 {
   color: #39426B;
 }
</style>

background-color css

<style>
 a { background-color: #39426B; }

 a { background-color: rgb(57,66,107); }

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

border-color css

<style>
 span { border-color: #39426B; }

 span { border-color: rgb(57,66,107); }

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