Html Css Color HEX #38426F Port Gore

📋 copy color: '#38426F'

red 56 ◦ green 66 ◦ blue 111

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

Shades of Port Gore #38426F

Tints of Port Gore #38426F

RGB

 RED value IS 56 (22.27% from 255) = 24.03%

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

 BLUE value IS 111 (43.75% from 255) = 47.64%

R = 24.03%
G = 28.33%
B = 47.64%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38426F (or 0x38426F) is known color: Port Gore. HEX triplet: 38, 42 and 6F. RGB value is (56,66,111). Sum of RGB (Red+Green+Blue) = 56+66+111=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #38426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426F is #C7BD90. Grayscale: #434343. Windows color (decimal): -13090193 or 7291448. OLE color: 7291448.

HSL color Cylindrical-coordinate representation of color #38426F: hue angle of 229.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38426F is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 66 111 -
CMYK 0.50 0.41 0 0.56
HSL 229.09º 0.33% 0.33% -
HSV(B) 229.09º 0.5% 0.44% -
XYZ 6.45 5.88 15.83 -
YUV 68.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 56 66 111 0.50 0.41 0 0.56 229.09 0.33 0.33
Hex 38 42 6F 32 29 0 38 E5 21 21
Octal 70 102 157 62 51 0 70 345 41 41
Binary 111000 1000010 1101111 110010 101001 0 111000 11100101 100001 100001

Color Harmonies of #38426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38426F

Black with #38426F

Text Example


Text Example

White with #38426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38426F; }

 p { color: rgb(56,66,111); }

 H1.HeaderClassName
 {
   color: #38426F;
 }
 .AnyTagClassName
 {
   color: #38426F;
 }
</style>

background-color css

<style>
 a { background-color: #38426F; }

 a { background-color: rgb(56,66,111); }

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

border-color css

<style>
 span { border-color: #38426F; }

 span { border-color: rgb(56,66,111); }

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