Html Css Color HEX #38466C Port Gore

📋 copy color: '#38466C'

red 56 ◦ green 70 ◦ blue 108

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

Shades of Port Gore #38466C

Tints of Port Gore #38466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

 BLUE value IS 108 (42.58% from 255) = 46.15%

R = 23.93%
G = 29.91%
B = 46.15%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38466C (or 0x38466C) is known color: Port Gore. HEX triplet: 38, 46 and 6C. RGB value is (56,70,108). Sum of RGB (Red+Green+Blue) = 56+70+108=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 108 - color contains mainly: blue. Hex color #38466C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38466C is #C7B993. Grayscale: #454545. Windows color (decimal): -13089172 or 7095864. OLE color: 7095864.

HSL color Cylindrical-coordinate representation of color #38466C: hue angle of 223.85º degrees, saturation: 0.32, 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 #38466C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 70 108 -
CMYK 0.48 0.35 0 0.58
HSL 223.85º 0.32% 0.32% -
HSV(B) 223.85º 0.48% 0.42% -
XYZ 6.53 6.3 15.06 -
YUV 70.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 56 70 108 0.48 0.35 0 0.58 223.85 0.32 0.32
Hex 38 46 6C 30 23 0 3A E0 20 20
Octal 70 106 154 60 43 0 72 340 40 40
Binary 111000 1000110 1101100 110000 100011 0 111010 11100000 100000 100000

Color Harmonies of #38466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38466C

Black with #38466C

Text Example


Text Example

White with #38466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38466C; }

 p { color: rgb(56,70,108); }

 H1.HeaderClassName
 {
   color: #38466C;
 }
 .AnyTagClassName
 {
   color: #38466C;
 }
</style>

background-color css

<style>
 a { background-color: #38466C; }

 a { background-color: rgb(56,70,108); }

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

border-color css

<style>
 span { border-color: #38466C; }

 span { border-color: rgb(56,70,108); }

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