Html Css Color HEX #38406B Port Gore

📋 copy color: '#38406B'

red 56 ◦ green 64 ◦ blue 107

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

Shades of Port Gore #38406B

Tints of Port Gore #38406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.19%

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

R = 24.67%
G = 28.19%
B = 47.14%

CMYK

 C value IS 0.48

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38406B (or 0x38406B) is known color: Port Gore. HEX triplet: 38, 40 and 6B. RGB value is (56,64,107). Sum of RGB (Red+Green+Blue) = 56+64+107=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #38406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38406B is #C7BF94. Grayscale: #424242. Windows color (decimal): -13090709 or 7028792. OLE color: 7028792.

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

Color convert

RGB 56 64 107 -
CMYK 0.48 0.40 0 0.58
HSL 230.59º 0.31% 0.32% -
HSV(B) 230.59º 0.48% 0.42% -
XYZ 6.12 5.57 14.66 -
YUV 66.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 56 64 107 0.48 0.40 0 0.58 230.59 0.31 0.32
Hex 38 40 6B 30 28 0 3A E7 1F 20
Octal 70 100 153 60 50 0 72 347 37 40
Binary 111000 1000000 1101011 110000 101000 0 111010 11100111 11111 100000

Color Harmonies of #38406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38406B

Black with #38406B

Text Example


Text Example

White with #38406B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,64,107); }

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

background-color css

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

 a { background-color: rgb(56,64,107); }

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

border-color css

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

 span { border-color: rgb(56,64,107); }

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