Html Css Color HEX #38416E Port Gore

📋 copy color: '#38416E'

red 56 ◦ green 65 ◦ blue 110

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

Shades of Port Gore #38416E

Tints of Port Gore #38416E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

 BLUE value IS 110 (43.36% from 255) = 47.62%

R = 24.24%
G = 28.14%
B = 47.62%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38416E (or 0x38416E) is known color: Port Gore. HEX triplet: 38, 41 and 6E. RGB value is (56,65,110). Sum of RGB (Red+Green+Blue) = 56+65+110=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #38416E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416E is #C7BE91. Grayscale: #434343. Windows color (decimal): -13090450 or 7225656. OLE color: 7225656.

HSL color Cylindrical-coordinate representation of color #38416E: hue angle of 230º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38416E is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 65 110 -
CMYK 0.49 0.41 0 0.57
HSL 230º 0.33% 0.33% -
HSV(B) 230º 0.49% 0.43% -
XYZ 6.34 5.75 15.53 -
YUV 67.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 56 65 110 0.49 0.41 0 0.57 230 0.33 0.33
Hex 38 41 6E 31 29 0 39 E6 21 21
Octal 70 101 156 61 51 0 71 346 41 41
Binary 111000 1000001 1101110 110001 101001 0 111001 11100110 100001 100001

Color Harmonies of #38416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38416E

Black with #38416E

Text Example


Text Example

White with #38416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38416E; }

 p { color: rgb(56,65,110); }

 H1.HeaderClassName
 {
   color: #38416E;
 }
 .AnyTagClassName
 {
   color: #38416E;
 }
</style>

background-color css

<style>
 a { background-color: #38416E; }

 a { background-color: rgb(56,65,110); }

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

border-color css

<style>
 span { border-color: #38416E; }

 span { border-color: rgb(56,65,110); }

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